File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Tests can be executed directly through ChromeDriver or GeckoDriver (for Firefox)
8383
8484#### ChromeDriver
8585
86- * Download and install [ ChromeDriver] ( https://sites.google.com/chromium.org/driver/downloads?authuser=0 )
86+ * Download and install [ ChromeDriver] ( https://sites.google.com/chromium.org/driver/downloads )
8787* Launch ChromeDriver in a separate console window: ` chromedriver --url-base=/wd/hub ` .
8888
8989Configuration in ` Acceptance.suite.yml ` :
@@ -104,7 +104,7 @@ modules:
104104 download.default_directory: "..."
105105
106106{% endhighlight %}
107- See here for additional [ Chrome options] ( https://sites.google.com/a/ chromium.org/chromedriver /capabilities )
107+ See here for additional [ Chrome options] ( https://sites.google.com/chromium.org/driver /capabilities )
108108
109109
110110#### GeckoDriver
You can’t perform that action at this time.
0 commit comments