Update Chromedriver version for Chrome 58.

Note:
If you had previously installed the old driver you need to uninstall and install again it.

$ pip uninstall chromedriver_installer
$ pip install -r regression/requirements.txt
pull/5/head
Joao Pedro De Almeida Pereira 2017-04-21 09:54:18 +01:00 committed by Dave Page
parent 929a43c9fa
commit 70832286bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
chromedriver_installer==0.0.6
chromedriver_installer==0.0.6 --install-option="--chromedriver-version=2.29"
pyperclip~=1.5.27
selenium==3.3.1
testscenarios==0.5.0