I'm trying to get the right chromedriver version for me so I can learn selenium in google, but I can't find a downloadable 96.0.4664.110 version of it. Do they just flat out not have it? You would think the latest version would be included in something as big as that. If it's just not there, could I downgrade my google version somehow?
Asked
Active
Viewed 3,291 times
0

undetected Selenium
- 183,867
- 41
- 278
- 352

DiscoveringCreation
- 43
- 1
- 5
-
From https://chromedriver.chromium.org/downloads, at the very top of the page - "*If you are using Chrome version 96, please download ChromeDriver 96.0.4664.45*". – MattDMo Dec 23 '21 at 03:10
1 Answers
1
Possibly you are using the latest Google Chrome Version 96.0.4664.110 and you may not find a matching ChromeDriver with identical major and minor versions.
However, a matching major version can cater to your needs. So you can download and use ChromeDriver 96.0.4664.45 and safely avoid the risk of downgrading the google-chrome version.

undetected Selenium
- 183,867
- 41
- 278
- 352
-
-
When I downloaded it, windows defender immediately quarantined a "severe trojan threat". What's going on? – DiscoveringCreation Dec 23 '21 at 13:46
-
@DiscoveringCreation okay :) be brave enough to ask windows defender to allow downloads from this site. However, a lot many developers including me have to believe that site data mines actively ;) – undetected Selenium Dec 23 '21 at 13:53