mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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
This commit is contained in:
committed by
Dave Page
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
|
||||
|
||||
Reference in New Issue
Block a user