Where do I get the ChromeDriver.exe from? The download link isn't available

google-chrome, selenium-chromedriver, selenium-webdriver

Solution

You can download ChromeDriver.exe from the following URL:

http://chromedriver.storage.googleapis.com/index.html

Problem

All the discussions and forums that I have looked at for help point to the following locations: http://selenium-release.storage.googleapis.com/index.html http://chromedriver.storage.googleapis.com/index.html But both the pages are no longer available. Any other way I can get to download the ChromeDriver.exe? Thanks in advance!

Original source