Closed
Description
Add option --driver-version="browser"
(exact match on browser version)
This should be similar to #2137, but will now use the exact version of the browser, assuming Chrome and CFT (Chrome >= 115), and that the Chrome version fits in X.X.X.X
.
Eg. If Chrome 117.0.5938.62
is installed, but you currently have chromedriver 117.0.5938.92
, then this should download chromedriver 117.0.5938.62
into the seleniumbase/drivers
folder for the tests.
(NOTE that for some Syntax Formats, the driver version is passed via method arg: driver_version="VERSION"
)