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...
johnjansen
Feb 05, 2020Iron Contributor
Madhusudan26 have you ever seen this work with other webdriver versions (like with the old Edge, Firefox, or Chrome)? When I look, it does not look like this should work, so I'm curious about that.
-John
Madhusudan26
Mar 28, 2020Copper Contributor
Hello John
please give the solution of above comment.
And tell me its issue or bug in Microsoft edge
- johnjansenMar 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