Chromedriver installer removed

2019-04-25 Thread Dave Page
Hackers, chromedriver_installer has been removed from web/regression/requirements.txt as it no longer works following a version number format change in Chromedriver, and no longer seems to be supported. I've added tools/get_chromedriver.py instead which can be used to install the correct version

pgAdmin 4 commit: Don't try to install Chromedriver using the chromedri

2019-04-25 Thread Dave Page
Don't try to install Chromedriver using the chromedriver_installer module as it no longer works and doesn't seem to be supported. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e536408ce28b80f2988a13d31acde061264b91d4 Modified Files

pgAdmin 4 commit: Add a script for installing the required Chromedriver

2019-04-25 Thread Dave Page
Add a script for installing the required Chromedriver version. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f74448a1b262941da712a6e0db923d1cf4d1006e Modified Files -- tools/get_chromedriver.py | 204 +