Skip to content

How to Skip Chromedriver Version Check in SeleniumBase #2849

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

You must be logged in to vote

--driver-version="keep" / driver_version="keep"

driver_version=None, # Set the chromedriver or uc_driver version to use.

See the docs on specifying the driver version.

If you're keeping your driver version, then SeleniumBase won't try to download a new one.
(Unless you don't have any driver at all.) Compatibility is not guaranteed.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@mdmintz
Comment options

@webmoskal
Comment options

@mdmintz
Comment options

@webmoskal
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