Running a Web UI test in the Microsoft Edge browser

Web UI tests recorded in Internet Explorer, Mozilla Firefox or Google Chrome browsers can be run in Microsoft Edge browser. You cannot record Web UI tests in Edge.

Before you begin

Before you can run a Web UI test in Edge, you must install Microsoft WebDriver for Edge browser. For a list of supported version of Microsoft WebDriver on specific Windows 10 builds, see this document.

About this task

After the WebDriver is installed, you can see the Edge browser in the list of available browsers, in the playback wizard, and execute the tests on the browser.

Procedure

To enable the Edge browser, follow these steps:

  1. To automatically install the Microsoft WebDriver for Edge 44, run the following command in the elevated command prompt: DISM.exe /Online /Add-Capability /CapabilityName:Microsoft.WebDriver~~~~0.0.1.0
    Note: To install WebDriver for Edge 42 and earlier, follow these steps:
    1. Download and install the latest version of Microsoft WebDriver server in the default location for both 32-bit and 64-bit Windows 10 computers. https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver
    2. If you install the WebDriver in another location, set the environment variable named webdriver.edge.driver with the full path to the installation file named MicrosoftWebDriver.exe.
  2. If you have installed the WebDriver in another location, follow these steps to set the environment variable.
    1. In the Control Panel, click System > Advanced system settings > Advanced > Environment variables.
    2. In System Variables, click New, and in Variable name, enter webdriver.edge.driver.
    3. In the Variable value field, enter the path to the MicrosoftWebDriver.exe and click OK.

Feedback