From 4d7ce3f36c900e7a4daeee70efeca280d8898e97 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Thu, 26 Jul 2018 11:45:00 +0200 Subject: [PATCH] Mention chromedriver in the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f50e64b37..d50265515 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ Install the following dependencies into the default Python installation: `pip install pytest selenium` -Install [geckodriver](https://github.com/mozilla/geckodriver/releases) somewhere +Install [geckodriver](https://github.com/mozilla/geckodriver/releases) and +[chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) somewhere on your `PATH`. `make test`