MBKEngineers / collect

MBK Python scripts for scraping water data from the web
MIT License
3 stars 1 forks source link

Checks for chromedriver compatibility #43

Closed narlesky closed 9 months ago

narlesky commented 2 years ago

Appropriate binaries for installed Chrome versions can be downloaded from: https://chromedriver.storage.googleapis.com/index.html?path=98.0.4758.80/

It would be helpful to provide a check in collect to determine if the chromedriver is appropriately configured in /usr/bin/local/. This will impact selenium-based tools, such as the CASGEM scraper.

narlesky commented 2 years ago

General download location for chrome drivers (must match your current version of Chrome) https://chromedriver.chromium.org/downloads

narlesky commented 9 months ago

This will be superseded by update to latest version of Selenium, which manages driver versions internally.