Edge Driver
Overview
Version & Lifecycle
Community Notes
Microsoft EdgeDriver version-matching deployment note
For managed Microsoft Edge WebDriver deployments, treat msedgedriver.exe as a browser-coupled test dependency rather than a standalone evergreen utility. Microsoft documents that Edge WebDriver should be downloaded from the official Microsoft Edge WebDriver page and matched to the installed Microsoft Edge version used by the automation host.
Package the architecture-specific ZIP such as edgedriver_win64.zip, extract msedgedriver.exe to a controlled tools directory, and put that directory on the PATH used by the test runner or set the driver path explicitly in the runner configuration. When Edge is updated by enterprise policy, update or validate EdgeDriver at the same time to avoid Selenium/session-start failures caused by a browser version mismatch.
Official reference: Use WebDriver to automate Microsoft Edge.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
Executable msedgedriver must be extracted and added to PATH environment variable