-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
enhancementMaking things betterMaking things better
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"
)
Note that this option will ONLY take effect if the browser version is >=115
(because earlier versions did not necessarily have exact matches)
Metadata
Metadata
Assignees
Labels
enhancementMaking things betterMaking things better