Skip to content

Commit ced1cd7

Browse files
authored
Documentation: Fix Chrome driver download link in README
Updated the Chrome driver download link to the latest source.
1 parent e001801 commit ced1cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/behat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ java -jar /my-dir/selenium-server-standalone-3.1.0.jar
1414

1515
- Download the Chrome driver, unzip and copy into /usr/bin
1616

17-
Check the latest version at https://sites.google.com/a/chromium.org/chromedriver/downloads,
17+
Check the latest version at [https://googlechromelabs.github.io/chrome-for-testing/](https://googlechromelabs.github.io/chrome-for-testing/),
1818
then adapt the following command to the latest version. Use a version that matches your version of the Chrome browser.
1919

2020
```

0 commit comments

Comments
 (0)