A small python script to help check existing versions of web driver binaries (for Selenium webdriver) with their latest versions and report back to user.
- chromedriver http://chromedriver.chromium.org/downloads
- geckodriver https://github.com/mozilla/geckodriver/releases
simply run "python checkdrivers.py"
This was written using python 3.6.x.