Skip to content
lzinga edited this page Apr 11, 2021 · 3 revisions
Namespace AutoWeb.Browsers.EdgeBrowser
Manual Download Microsoft Edge Web Driver
Nuget Selenium.WebDriver.MSEdgeDriver

Information

EdgeBrowser uses the latest chromium based edge driver. We use this as the default as it is one that comes pre-installed on many devices.

Default

When using the default configuration you will still need to add a driver to your project. It doesn't matter if this is through Nuget or through a manual download and you placing it in a specific folder.

By default we expect msedgedriver.exe to be located in the root folder of your project. If you wish to change the location you must edit the BrowserOptions configured creating a new PageCollection.

Clone this wiki locally