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: Revert EdgeDriver 115+ workaround #35

Closed joeyparrish closed 11 months ago

joeyparrish commented 11 months ago

For a better workaround, specify the path to the Edge binary in your capabilities request with:

"ms:edgeOptions": {"binary": "/usr/bin/microsoft-edge"}

See also https://github.com/MicrosoftEdge/EdgeWebDriver/issues/102#issuecomment-1710724173