Skip to content

Reverting to latest Chromedriver version when provided version not available #2244

Answered by mdmintz
jdholtz asked this question in Q&A
Discussion options

You must be logged in to vote

Hello. Instead of using driver_version="browser", use driver_version="mlatest", as described here: #2036 (comment).

That option specifically gives you the latest milestone version of chromedriver that matches your milestone version of Chrome. These drivers are built in such a way that the latest driver for a milestone will work with any browser of the same milestone. (Eg. chromedriver 118 for Chrome 118.) It's an upgrade over matching the exact version of the driver to the browser, because if there's a bug with a driver version (but not the matching exact browser version), then they could toss the driver version and replace it with a newer one without necessarily replacing the browser ver…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@jdholtz
Comment options

@mdmintz
Comment options

@mdmintz
Comment options

@jdholtz
Comment options

@mdmintz
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants