Behat: Add note about chromedriver version's compatibility with your Chrome installed version

pull/3927/head
Yannick Warnier 4 years ago committed by GitHub
parent b811714b3f
commit 49392dd2d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/behat/README.md

@ -15,7 +15,7 @@ java -jar /my-dir/selenium-server-standalone-3.1.0.jar
- Download the Chrome driver, unzip and copy into /usr/bin
Check the latest version at https://sites.google.com/a/chromium.org/chromedriver/downloads,
then adapt the following command to the latest version:
then adapt the following command to the latest version. Use a version that matches your version of the Chrome browser.
```
cd /tmp && wget https://chromedriver.storage.googleapis.com/2.35/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo mv chromedriver /usr/local/bin

Loading…
Cancel
Save