magic-formula-scraper icon indicating copy to clipboard operation
magic-formula-scraper copied to clipboard

Add version check to chromedriver and browser

Open bji219 opened this issue 2 years ago • 2 comments

This would prevent the code from downloading the chromedriver that is a version ahead of your chome browser if for some reason the automatic install has not yet happened (for example, my chrome browser is not yet at version 111, but chromedriver already released a 111 version).

bji219 avatar Mar 13 '23 02:03 bji219

Added bug fixes for selenium 4 updates in Python. Selenium has a chrome driver package manager now so no need for auto-checking chrome driver. Chrome >115 only works with the Chrome for Testing dashboard.

bji219 avatar Sep 15 '23 00:09 bji219

Thanks yo just a couple nits/qs

ginglis13 avatar Sep 15 '23 01:09 ginglis13