Skip to content

Commit 5158e96

Browse files
authored
Merge pull request #137 from blankse/patch-1
Fix ChromeDriver links
2 parents 5c2dc45 + 6867fde commit 5158e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
*
118118
* ### ChromeDriver
119119
*
120-
* * Download and install [ChromeDriver](https://sites.google.com/chromium.org/driver/downloads?authuser=0)
120+
* * Download and install [ChromeDriver](https://sites.google.com/chromium.org/driver/downloads)
121121
* * Launch ChromeDriver in a separate console window: `chromedriver --url-base=/wd/hub`.
122122
*
123123
* Configuration in `Acceptance.suite.yml`:
@@ -136,7 +136,7 @@
136136
* prefs:
137137
* download.default_directory: "..."
138138
* ```
139-
* See here for additional [Chrome options](https://sites.google.com/a/chromium.org/chromedriver/capabilities)
139+
* See here for additional [Chrome options](https://sites.google.com/chromium.org/driver/capabilities)
140140
*
141141
*
142142
* ### GeckoDriver

0 commit comments

Comments
 (0)