You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To begin writing automated tests, make sure the Microsoft Edge WebDriver version you install matches your browser version, as follows:
51
+
To begin writing automated tests, make sure the Microsoft Edge WebDriver version you install matches your version of Microsoft Edge. The first three parts of the four-part version number must match.
52
52
53
-
1. Go to `edge://settings/help`and note your version of Microsoft Edge:
53
+
Download and install a version of Microsoft Edge WebDriver that matches your browser version, as follows:
54
54
55
-

55
+
1. Go to `edge://settings/help` and note your version of Microsoft Edge, a four-part number:
56
+
57
+

56
58
57
59
1. Go to [Microsoft Edge WebDriver](https://developer.microsoft.com/microsoft-edge/tools/webdriver/).
58
60
59
-
1. In the **Get the latest version** section of the page, select a platform in the channel that matches your version number of Microsoft Edge:
61
+
1. In the **Downloads** section of the page, click a platform button (such as **x64**) under a version number that matches your version number of Microsoft Edge:
60
62
61
63

62
64
65
+
The first three parts of the four-part version number must match, between Microsoft Edge and Microsoft Edge WebDriver. For example, the following versions of Microsoft Edge and Microsoft Edge WebDriver will work together, because the first three numbers are the same:
66
+
* 128.0.2739.79
67
+
* 128.0.2739.84
68
+
69
+
To download older versions, click the **Go to full directory** button below the **Recent versions** section.
70
+
63
71
1. After the download completes, extract the `msedgedriver` executable to your preferred location. Add the folder where the executable is located to your `PATH` environment variable.
64
72
65
73
You must install both a browser driver (Microsoft Edge WebDriver), and a WebDriver testing framework (such as Selenium WebDriver), as described in [Choose a WebDriver testing framework](#choose-a-webdriver-testing-framework) below. These are separate components.
0 commit comments