Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (19.7k points)

Can anybody tell where I can find a 64-bit version of chromedriver.exe? I tried it with 32bit also but it doesn't call the main method.

3 Answers

0 votes
by (62.9k points)

There is no separate 64-bit version of Chromedriver. The version available at http://chromedriver.chromium.org/downloads works on both 32 and 64-bit Windows, against either 32-or 64-bit Chrome.

For further assistance, please go for online Selenium tutorials.

To learn in-depth about Selenium, sign up for an industry based Selenium training.

0 votes
by (37.3k points)
So, for installing the 64-bit version of chrome driver, what you can do is go to the official web page of Chrome Driver. On this webpage you can see a hyperlink “chrome for testing availability dashboard.”, Just click on this link, and a new interface will be shown up to you where you can see multiple operating systems. You can choose the 64-bit version of chrome driver from here in Windows, and downloading the particular chrome driver will start. After the downloading has been finished, just extract the particular file and add it to the folder of your choice. After all this, you just have to mention the path of this particular driver under your system’s environment variables.
0 votes
by (1.8k points)

We can find the 64 bit chromedriver.exe for selenium webdriver on the official chromium website

Steps to download chromedriver:

  • Go to official download page of chromedriver:ChromeDriver Downloads
  • On this page you will see various versions of ChromeDriver.select the version which matches the installed version of google chrome.
  • On the page you will find a lot of exe files of different OS but you need to look for chromedriver_win32.zip for windows.
  • Download the zip file.
  • Extract the zip file.
  • Make sure the executable file is inside your C directory.

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...