microsoft / edge-selenium-tools

An updated EdgeDriver implementation for Selenium 3 with newly-added support for Microsoft Edge (Chromium).
https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Apache License 2.0
88 stars 24 forks source link

unknown error: cannot find MSEdge binary #29

Closed he852100 closed 3 years ago

he852100 commented 3 years ago

I set the executable path, it doesn't work selenium 4 MSEdgeDriver 87.0.664.40 edge beta 87.0.664.40

$options.BinaryLocation = "C:\Program Files (x86)\Microsoft\Edge Beta\Application\msedge.exe";
bwalderman commented 3 years ago

Hi @he852100. Please report Selenium 4 issues at the official Selenium repo here: https://github.com/SeleniumHQ/selenium

edge-selenium-tools is a compatibility library to be used with Selenium 3 only. It is not necessary to use this library with Selenium 4 because Selenium 4 already has support for Edge Chromium built in.

Maddy820 commented 1 year ago

hey i am getting this error in ubuntu. What should i do.