Disable Initial Checks #3425
Answered
by
mdmintz
leonardo3dp
asked this question in
Q&A
-
Is there any way to disable version checks and other things when using SB? I've already started it once and I know the drive is the correct version! So I would like to disable the checks |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Jan 16, 2025
Replies: 1 comment
-
As mentioned in #2849 (comment):
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned in #2849 (comment):
--driver-version="keep"
/driver_version="keep"
SeleniumBase/seleniumbase/plugins/sb_manager.py
Line 77 in 3bb813f
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.