Mention chromedriver in the README

This commit is contained in:
Roman Yurchak 2018-07-26 11:45:00 +02:00
parent 369a7124ad
commit 4d7ce3f36c
1 changed files with 2 additions and 1 deletions

View File

@ -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`