Skip to content

Edge browser Support

Jakub Raczek edited this page Jun 26, 2025 · 2 revisions

Go to microsoft webdriver and follow the instruction

Pre-Installed Microsoft Edge Microsoft WebDriver for Microsoft Edge version 18 is a Windows Feature on Demand. To install run the following in an elevated command prompt:

DISM.exe /Online /Add-Capability /CapabilityName:Microsoft.WebDriver~~~~0.0.1.0

For builds prior to 18, download the approriate driver for your installed version of Microsoft Edge

In app.config set "PathToEdgeDriverDirectory" :C:\Windows\SysWOW64\", Implementation in framework according to issue

Clone this wiki locally