Closed
Description
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.
Activity