Issue
Sometimes, the local chromedriver version is larger than expected by Selenium.
Fix
Download a version that is required from this page, uncompress it.
And add take the path of the binary when you instantiate the driver.
driver = webdriver.Chrome("./chromedriver")
References
- https://www.codegrepper.com/code-examples/python/python+selenium+silent
- https://smartbear.com/blog/automate-login-with-selenium/
- https://chromedriver.storage.googleapis.com/index.html