![]() |
VOOZH | about |
dotnet add package Selenium.WebDriver --version 4.45.0
NuGet\Install-Package Selenium.WebDriver -Version 4.45.0
<PackageReference Include="Selenium.WebDriver" Version="4.45.0" />
<PackageVersion Include="Selenium.WebDriver" Version="4.45.0" />Directory.Packages.props
<PackageReference Include="Selenium.WebDriver" />Project file
paket add Selenium.WebDriver --version 4.45.0
#r "nuget: Selenium.WebDriver, 4.45.0"
#:package Selenium.WebDriver@4.45.0
#addin nuget:?package=Selenium.WebDriver&version=4.45.0Install as a Cake Addin
#tool nuget:?package=Selenium.WebDriver&version=4.45.0Install as a Cake Tool
.NET language bindings for Selenium WebDriver. Selenium automates browsers for testing and web-based task automation.
Targets .NET Framework 4.6.2, .NET Standard 2.0, and .NET 8.0.
dotnet add package Selenium.WebDriver
using System;
using OpenQA.Selenium.Chrome;
using var driver = new ChromeDriver();
driver.Url = "https://www.selenium.dev";
Console.WriteLine(driver.Title);
Selenium Manager automatically handles browser driver installation — no manual driver setup required.
Contributions are welcome via GitHub pull requests. See the source code for this binding.
Licensed under the Apache License 2.0.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Selenium.WebDriver:
| Package | Downloads |
|---|---|
|
Selenium.Support
Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser. |
|
|
DotNetSeleniumExtras.WaitHelpers
This package provides an implementation of the ExpectedConditions class for use with WebDriverWait in .NET, replacing the implementation originally provided by the Selenium project. |
|
|
Appium.WebDriver
Selenium Webdriver extension for Appium. |
|
|
DotNetSeleniumExtras.PageObjects
This package provides an implementation of the PageFactory for .NET, replacing the implementation originally provided by the Selenium project. |
|
|
DotNetSeleniumExtras.PageObjects.Core
Fork of DotNetSeleniumExtras with enabled dotnet core support and other features |
Showing the top 20 popular GitHub repositories that depend on Selenium.WebDriver:
| Repository | Stars |
|---|---|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
|
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
|
|
|
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
|
|
|
laochiangx/Common.Utility
Various helper class
|
|
|
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
|
|
|
microsoft/WinAppDriver
Windows Application Driver
|
|
|
SciSharp/BotSharp
AI Multi-Agent Framework in .NET
|
|
|
SeriaWei/ZKEACMS
ZKEACMS build with .Net 8 (.Net CMS)可视化设计在线编辑内容管理系统
|
|
|
hitchao/Jvedio
Jvedio 是本地视频管理软件,支持扫描本地视频并导入软件,建立视频库, 提取出视频的 唯一识别码,自动分类视频, 添加标签管理视频,使用人工智能识别演员,支持翻译信息, 基于 FFmpeg 截取视频图片,Window 桌面端流畅美观的应用软件
|
|
|
aspnet/KestrelHttpServer
[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
|
|
|
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 10 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 21, React 19, Vue 3.5, BFF with YARP, NextJs 16, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ...
|
|
|
openbullet/OpenBullet2
OpenBullet reinvented
|
|
|
Glimpse/Glimpse
The open source diagnostics platform for the web
|
|
|
jakubgarfield/Bonobo-Git-Server
Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
|
|
|
openbullet/openbullet
The OpenBullet web testing application.
|
|
|
AzureAD/microsoft-authentication-library-for-dotnet
Microsoft Authentication Library (MSAL) for .NET
|
|
|
SuperStudio/SuperCom
SuperCom 是一款串口调试工具
|
|
|
saucepleez/taskt
taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
|
|
|
KirillOsenkov/SourceBrowser
Source browser website generator that powers https://source.dot.net, https://referencesource.microsoft.com and https://sourceroslyn.io
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.45.0 | 6,046 | 6/16/2026 |
| 4.44.0 | 199,229 | 5/12/2026 |
| 4.43.0 | 374,306 | 4/10/2026 |
| 4.42.0 | 29,857 | 4/9/2026 |
| 4.41.0 | 816,620 | 2/20/2026 |
| 4.40.0 | 609,855 | 1/18/2026 |
| 4.39.0 | 2,262,272 | 12/6/2025 |
| 4.38.0 | 976,842 | 10/25/2025 |
| 4.37.0 | 155,849 | 10/17/2025 |
| 4.36.0 | 519,965 | 10/2/2025 |
| 4.35.0 | 1,495,710 | 8/12/2025 |
| 4.34.0 | 1,483,580 | 6/29/2025 |
| 4.33.0 | 1,235,288 | 5/23/2025 |
| 4.32.0 | 680,571 | 5/2/2025 |
| 4.31.0 | 867,290 | 4/5/2025 |
| 4.30.0 | 620,020 | 3/21/2025 |
| 4.29.0 | 4,544,351 | 2/20/2025 |
| 4.28.0 | 910,522 | 1/20/2025 |
| 4.27.0 | 2,070,682 | 11/25/2024 |
| 4.26.1 | 1,047,538 | 10/31/2024 |
See the latest changes, included in this release, at https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG.