Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading