Skip to content

Commit 262c23d

Browse files
authored
Documentation: Revise Chrome driver download instructions
1 parent ced1cd7 commit 262c23d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/behat/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ 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://googlechromelabs.github.io/chrome-for-testing/](https://googlechromelabs.github.io/chrome-for-testing/),
18-
then adapt the following command to the latest version. Use a version that matches your version of the Chrome browser.
17+
Check the latest `chromedriver` version at [https://googlechromelabs.github.io/chrome-for-testing/](https://googlechromelabs.github.io/chrome-for-testing/) that matches your configuration (linux64 for Ubuntu), then adapt the following command to the latest version. Use a version that matches your version of the Chrome browser.
1918

2019
```
21-
cd /tmp && wget https://chromedriver.storage.googleapis.com/2.35/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo mv chromedriver /usr/local/bin
20+
cd /tmp && wget https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.40/linux64/chromedriver-linux64.zip && unzip chromedriver_linux64.zip && sudo mv chromedriver /usr/local/bin
2221
```
2322

2423
### Chamilo configuration

0 commit comments

Comments
 (0)