rosolko / WebDriverManager.Net

Automatic Selenium Webdriver binaries management for .Net
MIT License
269 stars 83 forks source link

Chrome on Linux gives "System.Exception : Unable to locate installed browser for runtime platform Unix" #273

Closed sbonds closed 1 year ago

sbonds commented 1 year ago

It turns out that WebDriverManager.Net has a very specific list of names that it searches for which does not include the name "chrome", which is the name of the binary in a ZIP downloaded from Google. One workaround is to symlink it from the name "google-chrome", but another fix is to also search for "chrome".

See code to do this in PR #272.

rosolko commented 1 year ago

Merged. Will be available as part of next release