Skip to content

Commit

Permalink
Merge pull request #137 from blankse/patch-1
Browse files Browse the repository at this point in the history
Fix ChromeDriver links
  • Loading branch information
Arhell authored Nov 18, 2024
2 parents 5c2dc45 + 6867fde commit 5158e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Codeception/Module/WebDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
*
* ### 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`:
Expand All @@ -136,7 +136,7 @@
* prefs:
* download.default_directory: "..."
* ```
* 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
Expand Down

0 comments on commit 5158e96

Please sign in to comment.