Skip to content

Commit c11f709

Browse files
Merge pull request #3281 from MicrosoftDocs/user/mikehoffms/webdriver-version-match
First three parts of version # must match, in "Use WebDriver to automate Microsoft Edge"
2 parents cef574b + 8c421cc commit c11f709

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed
-125 KB
Loading
-77.5 KB
Loading

microsoft-edge/webdriver-chromium/index.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: devtools
9-
ms.date: 06/15/2023
9+
ms.date: 09/24/2024
1010
---
1111
# Use WebDriver to automate Microsoft Edge
1212

@@ -48,18 +48,26 @@ The following sections describe how to get started with WebDriver for Microsoft
4848
<!-- ====================================================================== -->
4949
## Download Microsoft Edge WebDriver
5050

51-
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.
5252

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:
5454

55-
![The build number for Microsoft Edge on April 15, 2021](./index-images/microsoft-edge-version.png)
55+
1. Go to `edge://settings/help` and note your version of Microsoft Edge, a four-part number:
56+
57+
![The build number for Microsoft Edge on September 28, 2024](./index-images/microsoft-edge-version.png)
5658

5759
1. Go to [Microsoft Edge WebDriver](https://developer.microsoft.com/microsoft-edge/tools/webdriver/).
5860

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:
6062

6163
![The `Get the latest version` section of the Microsoft Edge WebDriver webpage](./index-images/microsoft-edge-driver-install.png)
6264

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+
6371
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.
6472

6573
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

Comments
 (0)