![]() |
VOOZH | about |
dotnet add package Selenium.WebDriver.MSEdgeDriver --version 149.0.4022.69
NuGet\Install-Package Selenium.WebDriver.MSEdgeDriver -Version 149.0.4022.69
<PackageReference Include="Selenium.WebDriver.MSEdgeDriver" Version="149.0.4022.69" />
<PackageVersion Include="Selenium.WebDriver.MSEdgeDriver" Version="149.0.4022.69" />Directory.Packages.props
<PackageReference Include="Selenium.WebDriver.MSEdgeDriver" />Project file
paket add Selenium.WebDriver.MSEdgeDriver --version 149.0.4022.69
#r "nuget: Selenium.WebDriver.MSEdgeDriver, 149.0.4022.69"
#:package Selenium.WebDriver.MSEdgeDriver@149.0.4022.69
#addin nuget:?package=Selenium.WebDriver.MSEdgeDriver&version=149.0.4022.69Install as a Cake Addin
#tool nuget:?package=Selenium.WebDriver.MSEdgeDriver&version=149.0.4022.69Install as a Cake Tool
From v4.0, Selenium has Selenium Manager (https://www.selenium.dev/documentation/selenium_manager/):
... "Selenium Manager is a command-line tool implemented in Rust that provides automated driver and browser management
for Selenium. Selenium bindings use this tool by default, so you do not need to download it or add
anything to your code or do anything else to use it." ...
Install-Package Selenium.WebDriver.MSEdgeDriver
or
dotnet add package Selenium.WebDriver.MSEdgeDriver
var edgeOptions = new EdgeOptions
{
UseChromium = true
};
var edgeDriverService = EdgeDriverService.CreateChromiumService();
For more information, see https://github.com/microsoft/edge-selenium-tools.
getPackage.bat <version>
For example, to automatically download the Microsoft Edge Driver and create the NuGet package '.\dist\Selenium.WebDriver.MSEdgeDriver.84.0.522.49.nupkg':
getPackage.bat 84.0.522.49
Most the process is automated, but I still need to check MS Edge Driver's page and execute the batch file manually. I am trying to do this once a month. If you would like to have faster releases, please contact me to become a contributor.
Edge driver developers normally releases versions with win32, win64, mac and linux binaries, but sometimes they decide to release one version with just linux, or just mac and windows binaries. The automated process can only make nuget packages of full releases.
"msedgedriver(.exe)" isn't included in published files on default configuration. This behavior is by design and follows https://raw.githubusercontent.com/jsakamoto/nupkg-selenium-webdriver-chromedriver/ design. For more info reffer to guides at https://raw.githubusercontent.com/jsakamoto/nupkg-selenium-webdriver-chromedriver.
To include published files, define PublishMsEdgeDriver property with value is "true" in MSBuild file (.csproj, .vbproj, etc...) to publish the driver file instead of define compilation symbol.
<Project ...>
...
<PropertyGroup>
...
<PublishMsEdgeDriver>true</PublishMsEdgeDriver>
...
</PropertyGroup>
...
</Project>
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Showing the top 5 NuGet packages that depend on Selenium.WebDriver.MSEdgeDriver:
| Package | Downloads |
|---|---|
|
h18.SeleniumWithSpecFlow.Edge
Adds extended features when running Selenium tests with SpecFlow, MSTest framework and Microsoft Edge Chromium |
|
|
Aurora.Workflows.Tasks.Selenium
A versatile C# workflow engine designed to streamline task management. Easily define and execute workflows with built-in tasks or customize your own to fit specific needs. Perfect for automating processes and improving efficiency in any application. |
|
|
DMETestUtility
Package Description |
|
|
BurnSoft.Testing.Web.Selenium
Web Testing library using Selenium to test any of the websites, just simplifying the process to to a unit test on your website |
|
|
mstestframework
Sample nuget package framework - do not use - not for production |
Showing the top 5 popular GitHub repositories that depend on Selenium.WebDriver.MSEdgeDriver:
| Repository | Stars |
|---|---|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
|
Implem/Implem.Pleasanter
Pleasanter is a no-code/low-code development platform that runs on .NET. You can quickly create business applications with simple operations.
|
|
|
junkai-li/NetCoreKevin
🤖基于.NET搭建的企业级中台AI知识库智能体开源架构:Skills技能管理、AI-Qdrant知识库、知识库重排模型、AI联网搜索、多智能体协同、聊天记录压缩策略、智能体权限管控、AgentFramework、RAG检索增强、本地Ollama AI模型调用、智能体技能可控加载、领域事件、一库多租户、Log4、Jwt、CAP、SignalR、Mcp、Ioc、Hangfire、RabbitMQ、Xunit、前端(Vue + Ant Design)
|
|
|
Accenture/Ocaramba
C# Framework to automate tests using Selenium WebDriver
|
|
|
Dixin/Blog
Code examples for blog https://weblogs.asp.net/dixin.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 150.0.4078.5-pre | 97 | 6/15/2026 |
| 149.0.4022.69 | 2,518 | 6/15/2026 |
| 149.0.4022.33-pre | 849 | 6/1/2026 |
| 149.0.4022.8-pre | 225 | 5/15/2026 |
| 148.0.3967.96 | 7,782 | 6/1/2026 |
| 148.0.3967.54 | 10,255 | 5/15/2026 |
| 148.0.3967.42-pre | 1,654 | 5/1/2026 |
| 148.0.3967.12-pre | 290 | 4/16/2026 |
| 147.0.3912.98 | 8,414 | 5/1/2026 |
| 147.0.3912.60 | 18,133 | 4/16/2026 |
| 146.0.3856.20-pre | 4,978 | 3/1/2026 |
| 145.0.3800.82 | 34,746 | 3/1/2026 |
| 145.0.3800.58 | 10,978 | 2/15/2026 |
| 145.0.3800.58-pre | 246 | 2/15/2026 |
| 145.0.3800.22-pre | 871 | 2/1/2026 |
| 144.0.3719.104 | 16,462 | 2/1/2026 |
| 144.0.3719.82 | 21,445 | 1/23/2026 |
| 141.0.3537.71 | 101,562 | 10/14/2025 |
| 141.0.3537.44-pre | 1,769 | 10/1/2025 |
| 140.0.3485.94 | 16,603 | 10/1/2025 |