Forum Discussion
Madhusudan26
Feb 04, 2020Copper Contributor
How to enable 'Mircophone' access in Edge browser using Selenium?
WebDriverManager.EdgeDriver().setup(); EdgeOptions options = new EdgeOptions(); edgeOptions.AddAdditionalCapability("dom.webnotifications.enabled",1); edgeOptions.AddAdditionalCapability("permissi...
Madhusudan26
Mar 28, 2020Copper Contributor
Hello John
please give the solution of above comment.
And tell me its issue or bug in Microsoft edge
johnjansen
Mar 30, 2020Iron Contributor
Madhusudan26 if those ChromeOptions work with Chrome, then they should work with Edge. You do need to be either running Selenium 4 alpha 5 OR if you're still on Selenium 3, we published a new nuget package that can help with that.
https://docs.microsoft.com/en-us/microsoft-edge/webdriver-chromium
https://github.com/microsoft/edge-selenium-tools
If it doesn't work for you, please include the code you are writing to make it work in Edge.
-John