This error message...
Microsoft Web Driver has stopped working. A problem cause the program to stop working correctly. Please close the program
...implies that the MicrosoftWebDriver was unable to initiate/spawn a new Browsing Context i.e. Microsoft Edge Browser session.
As you are using Microsoft Edge Browser Version 18.17763
, as per the documentation in Enhancing automated testing in Microsoft Edge with new WebDriver capabilities, W3C protocol support, and automatic updates, now MicrosoftWebDriver is a Windows Feature on Demand (FoD), which ensures that itβs always up to date automatically, and enables some new ways to get Microsoft WebDriver.
Steps
Enable Developer Mode which will install the appropriate version of WebDriver.
Open Settings app > Go to Update & Security > For Developer and then select "Developer Mode".
You can also install a standalone version of WebDriver in one of two ways:
Note: When installing MicrosoftWebDriver through the DISM
command, by default the webdriver is installed within the following sub-directories:
tl; dr
As per Microsoft Edge Developer Guide:
EdgeHTML 18 includes the following new and updated features shipped in the current release of the Microsoft Edge platform, as of the Windows 10 October 2018 Update (10/2018, Build 17763). For changes in specific Windows Insider Preview builds, see the Microsoft Edge Changelog and What's New in EdgeHTML.