We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2dc45 commit 6867fdeCopy full SHA for 6867fde
1 file changed
src/Codeception/Module/WebDriver.php
@@ -117,7 +117,7 @@
117
*
118
* ### ChromeDriver
119
120
- * * 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)
121
* * Launch ChromeDriver in a separate console window: `chromedriver --url-base=/wd/hub`.
122
123
* Configuration in `Acceptance.suite.yml`:
@@ -136,7 +136,7 @@
136
* prefs:
137
* download.default_directory: "..."
138
* ```
139
- * 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)
140
141
142
* ### GeckoDriver
0 commit comments