Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Launch cmd in Run as Administrator mode & run the command dism /Online /Add-Capability /CapabilityName:Microsoft.WebDriver~~~~0.0.1.0

  2. Search for MicrosoftWebDriver.exe under C:\Windows\system32

  3. Add MicrosoftWebDriver.exe to the sellibs folder on the client.

  4. Append the application.properties file (in the client installed location) with the build number (18362) :
    From : supportedBuildNumberForEdgeInWindows=10240|10586|14393|15063|16299|17134
    To : supportedBuildNumberForEdgeInWindows=10240|10586|14393|15063|16299|17134|18362

After performing these steps, the tests should work on Edge.

...