Description
🐛 Bug Report
Unable to create new service: EdgeDriverService
To Reproduce
Detailed steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Test script or set of commands reproducing this issue
edgeOptions.AddAdditionalCapability(CapabilityType.EnableProfiling, true);
edgeOptions.AddAdditionalCapability("BrowserExecutableLocation", "C:\Program Files (x86)\Microsoft\Edge\Application\81.0.416.64\msedge.exe");
edgeOptions.AddAdditionalCapability("UseChromium", "true");
Please provide a test script to reproduce the issue you are reporting, if the
setup is more complex, GitHub repo links with are also OK.
Issues without a reproduction script are likely to stall and eventually be closed.
Environment
OS: Windoe 10
Browser: MS Edge
Browser version: 81.0.416.64
Browser Driver version: 81.0.416.64
Language Bindings version: jdk-14
Selenium Grid version (if applicable): checked both selenium-server-standalone-3.14.0, selenium-server-standalone-3.141.59