magic-formula-scraper
magic-formula-scraper copied to clipboard
Add version check to chromedriver and browser
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).
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.
Thanks yo just a couple nits/qs