Feature and motivation
Continuation of #11334. When a browser version is specified in Selenium Manager (using --browser-version), for instance, an unstable version (e.g., beta, dev, or canary/nightly), instead of falling back to the latest driver, Selenium Manager should raise an error.
Usage example
./selenium-manager --browser chrome --browser-version dev
... and dev doesn't exist on the machine.
Feature and motivation
Continuation of #11334. When a browser version is specified in Selenium Manager (using
--browser-version), for instance, an unstable version (e.g.,beta,dev, orcanary/nightly), instead of falling back to the latest driver, Selenium Manager should raise an error.Usage example
... and
devdoesn't exist on the machine.