-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
enhancementMaking things betterMaking things better
Description
Add --driver-version="keep"
option
By default, if your major driver version does not match your major browser version (eg: chromedriver version == 112, and Chrome version == 117), then a new driver will be downloaded to match your browser. But since SeleniumBase doesn't require your driver version to match your browser version, you could have a mismatched pairing, and there should be an option to keep the existing pairing, even if mismatched. This is especially useful if you need to run tests offline, while your current driver version does not match your current browser version.
This new option is specifically for:
chromedriver
/Chrome
uc_driver
/Chrome
msedgedriver
/Edge
More info on special driver selection options here: #2036 (comment)
Metadata
Metadata
Assignees
Labels
enhancementMaking things betterMaking things better