I need to launch the Microsoft Edge browser with a specific URL from a c# application. How can I do that? What's the best way to retrieve the path where Microsoft Edge is installed and call it passing the appropriate arguments? I would like to launch it directly without installing any webdriver.
I saw this How to open URL in Microsoft Edge from the command line? but couldn't make it work from code.
Thanks.