browser-driver-installer
browser-driver-installer copied to clipboard
Use resolved path in windows to determine version
Currently, the chrome version is resolved based on some registry keys. This does not take into account the installed path and will cause incorrect versions if the user specifies custom browser path via the command.
The version resolver should work based on the provided path, instead of independently.