Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Where can i get a chromedriver.exe file?


Asked by Noa Vo on Dec 11, 2021 FAQ



The next step is to find the appropriate version of the ChromeDriver. Chromedriver is a .exe file that your WebDriver interface uses to initiate the Google Chrome browser. As this is an open tool, you can download it from its official website or the Selenium community. The only point that you need to consider is that the version of your Chrome ...
Accordingly,
You can download the recently released ChromeDriver from ChromeDriver - WebDriver for Chrome page and place it any where within your system. When you initialize the ChromeDriver you need to pass the absolute path of the ChromeDriver binary.
In this manner, You can also override the Chrome binary location following Using a Chrome executable in a non-standard location . Default location on Windows is: C:\Program Files\ (select the folder you want to put your file)\chromedriver.exe My chromedriver package was installed in my Python folder. If I remember correctly, I installed it with pip.
One may also ask,
Step 1: To download Selenium ChromeDriver, go to the official website of Selenium. Step 2: Now click on the Downloads tab on the top right side of the home page. So that we will get redirected to the download page. Step 3: On the Downloads page, scroll down to the Browsers section as shown in below image.
Indeed,
Click on "About Google Chrome" will bring up the chrome version. Now we need to find a compatible chrome driver for the above chrome browser version, please open the chrome web driver download page and find a latest chrome driver release corresponding to current chrome browser version installed on the system. Here is an example