WebDriver is an emerging standard through which Web developers can write tests to automate Web browsers for site testing. It provides a programmable remote control for developing complex user scenarios and running them in an automated fashion against your website in a browser. WebDriver is used by top web properties to automate testing their sites within a browser. WebDriver is disabled by default for security reasons. You will need to install the MicrosoftWebDriver.exe to use WebDriver with Microsoft Edge.
$ dotnet add package Selenium.Microsoft.Webdriver2No README available.