Feature and motivation
User should be able to specify any version of browser and driver they want, and if the driver would otherwise complain, they need to specify to ignore the complaint.
This should include the ability to set separate driver and browser versions, and therefore allow setting the driver version with just the major version number.
This will require bindings to parse the goog:chromeOptions capability for an arg with disable-build-check.
Usage example
selenium-manager --browser chrome --browser-version 105 --driver-version 108 --disable-build-check
or
selenium-manager --browser chrome --browser-version canary --driver-version dev --disable-build-check
I *don't think you need to check --disable-build-check if a user does something that the driver itself will allow:
selenium-manager --browser chrome --browser-version 108 --driver-version 107
Feature and motivation
User should be able to specify any version of browser and driver they want, and if the driver would otherwise complain, they need to specify to ignore the complaint.
This should include the ability to set separate driver and browser versions, and therefore allow setting the driver version with just the major version number.
This will require bindings to parse the
goog:chromeOptionscapability for an arg withdisable-build-check.Usage example
or
I *don't think you need to check
--disable-build-checkif a user does something that the driver itself will allow: