In this tutorial we will learn how to launch microsoft edge browser ,first get the version of the browser then go google search and type microsoft web driver to download.
For micosoft edge 18 you need to execute
DISM.exe /Online /Add-Capability /CapabilityName:Microsoft.WebDriver~~~~0.0.1.0 in elevated command prompt, for that need open task manager and click on file open new task select the cmd with credentials as manager.copy paste the command .it should ownload microsoft edge browser in windows/system32 folder.
simply use in below lines to launch edge browser in selennium web driver.
DISM.exe /Online /Add-Capability /CapabilityName:Microsoft.WebDriver~~~~0.0.1.0
#LaunchEdgeBrowserInSelenium,#Kbtutorials-Selenium,#Selenium-tutorials