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.txtpull/5/head
parent
929a43c9fa
commit
70832286bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue