From e848f4b0bc25944d92542e9deeb7bd9a24070f89 Mon Sep 17 00:00:00 2001 From: Sebastian Blank Date: Wed, 13 Nov 2024 14:41:14 +0100 Subject: [PATCH] Fix ChromeDriver links --- docs/modules/WebDriver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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