Commit 9d463691 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs-selenium-link' into 'master'

Update selenium link in example doc

Closes #205398

See merge request gitlab-org/gitlab!26758
parents b83b085b 33c51568
...@@ -49,7 +49,7 @@ visit a specific URL or interact with elements on the page. It can be programmat ...@@ -49,7 +49,7 @@ visit a specific URL or interact with elements on the page. It can be programmat
from a variety of programming languages. In this article we're going to be using the from a variety of programming languages. In this article we're going to be using the
[WebdriverIO](https://webdriver.io/) JavaScript bindings, but the general concept should carry over [WebdriverIO](https://webdriver.io/) JavaScript bindings, but the general concept should carry over
pretty well to pretty well to
[other programming languages supported by Selenium](https://selenium.dev/about/platforms.jsp#programming-languages). [other programming languages supported by Selenium](https://www.selenium.dev/documentation/en/legacy_docs/selenium_rc/).
## Writing tests ## Writing tests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment