Forum Discussion
kavithamsse
Apr 12, 2022Copper Contributor
How to close Specific tab on Edge Browser programmatically?
Hi All, We were previously using Internet Explorer and now planning to support Microsoft Edge. We have .NET 4.8 based desktop application that launches Internet explorer and closes it by proc...
josh_bodner
Microsoft
Sure, you can use the public Chromium extension documentation at https://developer.chrome.com/docs/extensions/mv3/getstarted/ and https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension if you want to go the extension route.
If you want to use web driver, you can use our documentation at https://docs.microsoft.com/en-us/microsoft-edge/webdriver-chromium/?tabs=c-sharp or the official Web Driver documentation at https://www.selenium.dev/documentation/webdriver/getting_started/.
If you want to use web driver, you can use our documentation at https://docs.microsoft.com/en-us/microsoft-edge/webdriver-chromium/?tabs=c-sharp or the official Web Driver documentation at https://www.selenium.dev/documentation/webdriver/getting_started/.
kavithamsse
Apr 16, 2022Copper Contributor
Hi Josh,
Thanks for the details.
Since we can't install extensions on all the PCs and thinking about its limitations, we would like to explore on the web driver option. Selenium webdriver framework is mentioned in the documentation. How safe and secure is Selenium for Production environment?
Is it possible to create my own WebDriver Testing Framework to communicate with Microsoft Edge?
Thanks and Regards,
Kavitha
Thanks for the details.
Since we can't install extensions on all the PCs and thinking about its limitations, we would like to explore on the web driver option. Selenium webdriver framework is mentioned in the documentation. How safe and secure is Selenium for Production environment?
Is it possible to create my own WebDriver Testing Framework to communicate with Microsoft Edge?
Thanks and Regards,
Kavitha
- sudhakarballaSep 07, 2022Copper Contributor
kavithamsse We are also having similar requirement. Could you please let me know if you got any working solution for this requirement.
Thanks in Advance
Sudhakar