Skip to content
lzinga edited this page Apr 9, 2021 · 3 revisions

AutoWeb.Browsers.EdgeBrowser

Link: Microsoft Edge Web Driver

Information

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

Eventually all drivers will move to their own projects, for example AutoWeb.EdgeBrowser or AutoWeb.ChromeBrowser which will allow you to only include the browser information you require. Depending how things go we could attempt to detect which browser you have and use default settings for it. However if there is multiple options it will throw an error requiring you to specify which driver you wanted to use.

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