Feature and motivation
Evaluate the browser version at a specific location in order to know which driver to get. I think it would make sense to support this with --browser instead of creating a new flag.
From a bindings implementation standpoint we'll want to inspect the binary key in the goog:chromeOptions capability to get this and pass it to the selenium-manager binary.
Usage example
selenium-manager --browser "/Applications/Google Chrome Dev.app/Contents/MacOS/"
and
selenium-manager --browser "/Applications/Google Chrome Dev.app/Contents/MacOS/Google Chrome Dev"
Feature and motivation
Evaluate the browser version at a specific location in order to know which driver to get. I think it would make sense to support this with
--browserinstead of creating a new flag.From a bindings implementation standpoint we'll want to inspect the
binarykey in thegoog:chromeOptionscapability to get this and pass it to the selenium-manager binary.Usage example
and