-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Disable Initial Checks #3425
-
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.
All reactions
As mentioned in #2849 (comment):
--driver-version="keep"
/ driver_version="keep"
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
-
As mentioned in #2849 (comment):
--driver-version="keep"
/ driver_version="keep"
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.
Beta Was this translation helpful? Give feedback.