Feature and motivation
Continuation of #11334. When a given driver version is unavailable in its repository (e.g., chromedriver 110), Selenium Manager should fall back to the latest version.
Usage example
./selenium-manager --browser chrome --browser-version dev
... and dev exists on the machine, but the required driver version (e.g., chromedriver 110) has not been released yet.
Feature and motivation
Continuation of #11334. When a given driver version is unavailable in its repository (e.g., chromedriver
110), Selenium Manager should fall back to thelatestversion.Usage example
... and
devexists on the machine, but the required driver version (e.g., chromedriver110) has not been released yet.