Selenium.WebDriver.MSEdgeDriver 122.0.2365.92

There is a newer version of this package available.
See the version list below for details.
dotnet add package Selenium.WebDriver.MSEdgeDriver --version 122.0.2365.92                
NuGet\Install-Package Selenium.WebDriver.MSEdgeDriver -Version 122.0.2365.92                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Selenium.WebDriver.MSEdgeDriver" Version="122.0.2365.92" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Selenium.WebDriver.MSEdgeDriver --version 122.0.2365.92                
#r "nuget: Selenium.WebDriver.MSEdgeDriver, 122.0.2365.92"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Selenium.WebDriver.MSEdgeDriver as a Cake Addin
#addin nuget:?package=Selenium.WebDriver.MSEdgeDriver&version=122.0.2365.92

// Install Selenium.WebDriver.MSEdgeDriver as a Cake Tool
#tool nuget:?package=Selenium.WebDriver.MSEdgeDriver&version=122.0.2365.92                

DISCLAIMER: Maybe this package is not for you

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 the NuGet Package

Install-Package Selenium.WebDriver.MSEdgeDriver
or
dotnet add package Selenium.WebDriver.MSEdgeDriver

Getting started

var edgeOptions = new EdgeOptions
{
    UseChromium = true
};
var edgeDriverService = EdgeDriverService.CreateChromiumService();

For more information, see https://github.com/microsoft/edge-selenium-tools.

Create the NuGet package

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

Contributing

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.

Cross-platform building and publishing

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.

How to include the driver file into published files?

"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>
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Selenium.WebDriver.MSEdgeDriver:

Package Downloads
Bit.Server.Test

Bit.Server.Test

h18.SeleniumWithSpecFlow.Edge

Adds extended features when running Selenium tests with SpecFlow, MSTest framework and Microsoft Edge Chromium

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

EasyExcelFrameworkSelenium

An extension to EasyExcelFramework to enable testing via Selenium

GitHub repositories (3)

Showing the top 3 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
基于NET6搭建跨平台DDD-微服务-WebApi架构支持:IDS4单点登录、多缓存、自动任务、分布式、多租户、日志、授权和鉴权、CAP集成事件、SignalR、领域事件、单元测试
Version Downloads Last updated
130.0.2821.1-pre 599 9/15/2024
129.0.2792.41-pre 722 9/15/2024
129.0.2792.38-pre 105 9/15/2024
129.0.2792.32-pre 100 9/15/2024
129.0.2792.31-pre 77 9/15/2024
129.0.2792.21-pre 132 9/15/2024
129.0.2792.12-pre 851 9/1/2024
129.0.2786-pre 1,119 8/21/2024
128.0.2739.80 4,873 9/15/2024
128.0.2739.79 2,008 9/15/2024
128.0.2739.78 160 9/15/2024
128.0.2739.77 208 9/15/2024
128.0.2739.56 5,011 9/1/2024
128.0.2739.38-pre 1,460 8/21/2024
128.0.2739.33-pre 978 8/21/2024
128.0.2739.22-pre 662 8/21/2024
127.0.2651.107 5,905 8/21/2024
127.0.2651.105 8,252 8/21/2024
127.0.2651.93 348 8/21/2024
127.0.2651.72 18,293 8/8/2024
127.0.2651.31-pre 3,428 7/9/2024
127.0.2651.8-pre 978 6/24/2024
127.0.2638.2-pre 693 6/17/2024
127.0.2610.3-pre 731 6/3/2024
126.0.2592.102 31,713 7/15/2024
126.0.2592.87 7,219 7/9/2024
126.0.2592.68 49,872 6/24/2024
126.0.2592.61 13,911 6/17/2024
126.0.2592.24-pre 2,934 6/3/2024
125.0.2535.79 28,122 6/3/2024
124.0.2478.10-pre 17,545 4/1/2024
123.0.2420.65 102,438 4/1/2024
123.0.2420.10-pre 4,367 3/3/2024
122.0.2365.92 6,240 4/1/2024
122.0.2365.63 56,416 3/3/2024
122.0.2348-pre 11,925 1/21/2024
121.0.2277.71-pre 8,962 1/21/2024
120.0.2210.144 95,292 1/21/2024
119.0.2151.42 156,176 11/6/2023
119.0.2151.2-pre 7,512 10/12/2023
118.0.2088.76 8,871 11/6/2023
118.0.2088.41 46,593 10/12/2023
118.0.2088.11-pre 2,062 9/22/2023
117.0.2045.55 6,797 10/12/2023
117.0.2045.35 54,729 9/21/2023
116.0.1938.36-pre 16,451 8/9/2023
115.0.1901.200 85,267 8/9/2023
114.0.1823.58 160,961 6/25/2023
114.0.1823.43 54,768 6/12/2023
114.0.1823.18 2,948 6/12/2023
114.0.1793-pre 6,853 5/21/2023
114.0.1788-pre 2,187 5/14/2023
113.0.1774.50 60,645 5/21/2023
113.0.1774.9 36,549 5/14/2023
113.0.1774.7-pre 4,074 4/11/2023
112.0.1722.39 116,075 4/11/2023
112.0.1722.23-pre 5,528 4/3/2023
112.0.1722.15-pre 2,213 3/28/2023
111.0.1661.62 48,396 4/3/2023
111.0.1661.54 16,206 3/28/2023
111.0.1661.15-pre 5,065 2/22/2023
110.0.1587.50 115,311 2/22/2023
110.0.1587.22-pre 10,608 1/26/2023
109.0.1518.61 90,080 1/26/2023
109.0.1518.44-pre 3,456 1/9/2023
109.0.1491-pre 9,469 11/9/2022
108.0.1462.76 125,537 1/9/2023
108.0.1462.20-pre 4,272 11/15/2022
108.0.1462.10-pre 1,616 11/9/2022
107.0.1418.42 112,421 11/15/2022
107.0.1418.35 9,690 11/9/2022
107.0.1402.2-pre 7,497 10/5/2022
106.0.1370.52 2,614 11/9/2022
106.0.1370.34 81,049 10/5/2022
106.0.1370.30 2,237 10/6/2022
106.0.1370.26 1,688 10/6/2022
106.0.1370.17 2,110 10/6/2022
106.0.1363-pre 2,296 9/6/2022
106.0.1356-pre 2,279 8/25/2022
105.0.1343.53 2,470 10/5/2022
105.0.1343.27 100,117 9/6/2022
105.0.1343.10-pre 3,320 8/25/2022
105.0.1336.2-pre 2,160 8/11/2022
105.0.1329.1-pre 2,078 7/27/2022
104.0.1293.70 50,891 8/25/2022
104.0.1293.54 36,833 8/11/2022
104.0.1293.35-pre 3,126 7/27/2022
104.0.1293.21-pre 1,888 7/17/2022
104.0.1293.5-pre 10,357 6/29/2022
103.0.1264.71 48,955 7/27/2022
103.0.1264.62 52,868 7/17/2022
103.0.1264.37 64,490 6/29/2022
102.0.1249 6,491 6/29/2022
102.0.1245.14-pre 9,400 5/19/2022
101.0.1210.47 216,073 5/19/2022
101.0.1210.9-pre 7,678 4/8/2022
100.0.1185.50 135,660 4/27/2022
100.0.1185.36 62,424 4/8/2022
100.0.1183-pre 3,404 3/7/2022
99.0.1153 2,902 4/8/2022
99.0.1153-pre 3,104 3/7/2022
99.0.1150.46 41,240 3/21/2022
99.0.1150.25 31,565 3/7/2022
99.0.1150.16-pre 1,633 2/17/2022
98.0.1108.62 4,402 3/7/2022
98.0.1108.56 32,437 2/17/2022
98.0.1108.15-pre 2,924 1/9/2022
98.0.1081-pre 3,054 11/21/2021
97.0.1072.55 334,806 1/9/2022
97.0.1072.8-pre 2,111 11/21/2021
96.0.1054.62 3,850 1/9/2022
96.0.1054.26 70,686 11/21/2021
96.0.1037-pre 2,151 10/5/2021
95.0.1020.30 47,851 10/28/2021
95.0.1020.14-pre 2,742 10/5/2021
94.0.992.38 22,175 10/5/2021
94.0.992.19-pre 2,025 9/14/2021
94.0.986 39,848 8/17/2021
93.0.967 18,423 8/17/2021
93.0.961.47 3,326 9/14/2021
92.0.902.73 10,842 8/17/2021
92.0.902.62 20,682 8/4/2021
92.0.902-pre 2,878 5/31/2021
91.0.864.37 62,484 5/31/2021
91.0.852-pre 1,541 4/20/2021
91.0.828-pre 2,097 3/17/2021
90.0.818.66 3,129 5/31/2021
90.0.818.42 42,866 4/20/2021
90.0.818.36-pre 1,818 4/13/2021
90.0.818.8-pre 1,540 3/17/2021
90.0.782-pre 1,875 2/1/2021
89.0.774.76 7,307 4/13/2021
89.0.774.54 33,806 3/17/2021
89.0.774.8-pre 1,807 2/1/2021
89.0.752-pre 12,438 1/3/2021
89.0.751-pre 1,726 1/3/2021
89.0.750-pre 1,594 1/3/2021
89.0.711-pre 3,748 11/24/2020
88.0.705.56 49,726 2/1/2021
88.0.705.29-pre 3,786 1/3/2021
88.0.705-pre 4,297 11/24/2020
87.0.669 198,124 11/24/2020
87.0.666 2,462 11/24/2020
87.0.664.47 7,492 11/24/2020
86.0.622.38 79,829 10/13/2020
86.0.622.38-pre 1,721 10/13/2020
86.0.621-pre 2,411 8/27/2020
86.0.592-pre 1,744 7/30/2020
85.0.564.41 31,252 8/27/2020
85.0.564.18-pre 1,849 7/30/2020
84.0.524 12,582 7/30/2020
84.0.524-beta 2,676 7/1/2020
84.0.523 1,815 7/30/2020
84.0.522.49 3,222 7/30/2020
83.0.478.58 15,057 7/1/2020
83.0.478.58-beta 1,775 7/1/2020
83.0.478.37 52,247 5/24/2020
81.0.410 6,107 4/23/2020
81.0.410-beta 1,678 4/23/2020
80.0.361.111 2,119 4/23/2020
80.0.361.111-beta 1,753 4/23/2020
80.0.361.109 2,517 4/23/2020
80.0.361.109-beta 1,951 4/6/2020
80.0.361.69-a 2,145 3/25/2020