From 49392dd2d344ae79cecf89e1b3f06bdaf4d38fd8 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 13 Jul 2021 14:51:17 +0200 Subject: [PATCH] Behat: Add note about chromedriver version's compatibility with your Chrome installed version --- tests/behat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/README.md b/tests/behat/README.md index f30456c1d9..1f0a897a2d 100644 --- a/tests/behat/README.md +++ b/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