diff --git a/docs/modules/WebDriver.md b/docs/modules/WebDriver.md index 6c227098a..5279eace5 100644 --- a/docs/modules/WebDriver.md +++ b/docs/modules/WebDriver.md @@ -83,7 +83,7 @@ Tests can be executed directly through ChromeDriver or GeckoDriver (for Firefox) #### ChromeDriver -* Download and install [ChromeDriver](https://sites.google.com/chromium.org/driver/downloads?authuser=0) +* Download and install [ChromeDriver](https://sites.google.com/chromium.org/driver/downloads) * Launch ChromeDriver in a separate console window: `chromedriver --url-base=/wd/hub`. Configuration in `Acceptance.suite.yml`: @@ -104,7 +104,7 @@ modules: download.default_directory: "..." {% endhighlight %} -See here for additional [Chrome options](https://sites.google.com/a/chromium.org/chromedriver/capabilities) +See here for additional [Chrome options](https://sites.google.com/chromium.org/driver/capabilities) #### GeckoDriver