Skip to content

Add option --driver-version="browser" (exact match on browser version) #2139

Closed
@mdmintz

Description

@mdmintz

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions