0

i go to this link for install a chrome driver for selenium : link

when i go to chrome i cant find x64 version for windows : enter image description here

and i get error because i have x64 Windows how i do now ?
error when i run a selenium program : enter image description here

i can not use selenium in 64 bit ? or i can work to use selenium in 64 bit windows OS ?

  • I think this has already been answered here: https://stackoverflow.com/questions/23081507/where-to-find-64-bit-version-of-chromedriver-exe-for-selenium-webdriver – Metareven Jun 21 '21 at 12:41

2 Answers2

0

yes you can work with Selenium in Windows 64 bit. I believe 90% of devs are using on x64.

enter image description here

win32 is pretty much compatible with x86 and x64. 

Official chrome driver link

cruisepandey
  • 28,520
  • 6
  • 20
  • 38
0

There is no special install version for Selenium for Windows x64.
You can use the version of Windows x32 and it should work correctly.
Most Windows based machines are x64 today, we are all using Selenium x32 on them and it works just fine.

Prophet
  • 32,350
  • 22
  • 54
  • 79
  • thank you but when i run a one python with selenium i get error for system type – user16271555 Jun 22 '21 at 14:01
  • What error do you have? I'm not sure it is about the Selenium installer version since there is no other, 64 but, version for Windows – Prophet Jun 22 '21 at 14:19