Is there a version of chromedriver matching to Chrome version 96.0.4664.110? [duplicate]

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?

1

1 Answer

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 version.

3

You Might Also Like