Add a command-line option to set the major driver version used
--driver-version=VER (Chromium-only)
Eg:
--driver-version=114
Otherwise, by default, SeleniumBase will use a driver that matches the version of the browser. (Although until https://github.com/seleniumbase/SeleniumBase/issues/1983 is resolved, only chromedriver versions up to 114 will be downloaded.)
This option is important because in case there's ever another situation where there's a bad chromedriver released, (but you can't downgrade your browser), then this option will let you use an older driver version with a newer browser. SeleniumBase has been specially configured to allow non-matching pairings.
Add a command-line option to set the major driver version used
--driver-version=VER
(Chromium-only)Eg:
--driver-version=114
Otherwise, by default, SeleniumBase will use a driver that matches the version of the browser. (Although until https://github.com/seleniumbase/SeleniumBase/issues/1983 is resolved, only
chromedriver
versions up to114
will be downloaded.)This option is important because in case there's ever another situation where there's a bad chromedriver released, (but you can't downgrade your browser), then this option will let you use an older driver version with a newer browser. SeleniumBase has been specially configured to allow non-matching pairings.