shaka-project / webdriver-installer

Install the right WebDriver version for your local browsers, automatically.
Apache License 2.0
2 stars 3 forks source link

fix: Work around failure to launch Edge on Linux #32

Closed joeyparrish closed 1 year ago

joeyparrish commented 1 year ago

Work around https://github.com/MicrosoftEdge/EdgeWebDriver/issues/102, in which Linux versions of msedgedriver launch Chrome instead of Edge starting with version 115. For now, driver version 114 is working for Edge 115 on Linux.

This does not appear to affect other platforms.