-
I would like to know if there is a way to skip or bypass this check during test execution. |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Jun 11, 2024
Replies: 1 comment 6 replies
-
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.
6 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.