Selenium.WebDriver
4.18.1
Prefix Reserved
See the version list below for details.
dotnet add package Selenium.WebDriver --version 4.18.1
NuGet\Install-Package Selenium.WebDriver -Version 4.18.1
<PackageReference Include="Selenium.WebDriver" Version="4.18.1" />
<PackageVersion Include="Selenium.WebDriver" Version="4.18.1" />
<PackageReference Include="Selenium.WebDriver" />
paket add Selenium.WebDriver --version 4.18.1
#r "nuget: Selenium.WebDriver, 4.18.1"
#addin nuget:?package=Selenium.WebDriver&version=4.18.1
#tool nuget:?package=Selenium.WebDriver&version=4.18.1
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.
Usage
using OpenQA.Selenium.Chrome;
using OpenQA.Selenium;
var driver = new ChromeDriver();
driver.Url = "https://www.google.com";
driver.FindElement(By.Name("q")).SendKeys("webdriver" + Keys.Return);
Console.WriteLine(driver.Title);
driver.Quit();
Contributing
Contributions are accepted either through GitHub pull requests or patches via the Selenium issue tracker.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (736)
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 |
GitHub repositories (103)
Showing the top 5 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
|
|
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
|
|
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
|
|
laochiangx/Common.Utility
Various helper class
|
Version | Downloads | Last updated |
---|---|---|
4.30.0 | 43,256 | 3/21/2025 |
4.29.0 | 220,434 | 2/20/2025 |
4.28.0 | 372,084 | 1/20/2025 |
4.27.0 | 842,247 | 11/25/2024 |
4.26.1 | 553,461 | 10/31/2024 |
4.26.0 | 45,359 | 10/30/2024 |
4.25.0 | 843,416 | 9/20/2024 |
4.24.0 | 590,147 | 8/28/2024 |
4.23.0 | 940,062 | 7/19/2024 |
4.22.0 | 540,020 | 6/20/2024 |
4.21.0 | 973,431 | 5/16/2024 |
4.20.0 | 943,013 | 4/24/2024 |
4.19.0 | 851,449 | 3/27/2024 |
4.18.1 | 1,261,336 | 2/20/2024 |
4.18.0 | 60,462 | 2/19/2024 |
4.17.0 | 880,864 | 1/23/2024 |
4.16.2 | 1,413,391 | 12/8/2023 |
4.16.1 | 153,277 | 12/6/2023 |
4.15.0 | 1,594,472 | 11/1/2023 |
4.14.1 | 963,464 | 10/15/2023 |
4.13.1 | 388,999 | 9/26/2023 |
4.13.0 | 8,848 | 9/25/2023 |
4.12.4 | 783,251 | 9/5/2023 |
4.12.2 | 90,705 | 9/1/2023 |
4.11.0 | 2,446,632 | 7/31/2023 |
4.10.0 | 2,254,253 | 6/7/2023 |
4.9.1 | 1,076,684 | 5/8/2023 |
4.9.0 | 627,250 | 4/21/2023 |
4.8.2 | 1,148,931 | 3/24/2023 |
4.8.1 | 1,184,665 | 2/17/2023 |
4.8.0 | 1,005,994 | 1/23/2023 |
4.7.0 | 1,496,669 | 12/1/2022 |
4.6.0 | 1,109,445 | 11/4/2022 |
4.5.1 | 1,041,031 | 10/7/2022 |
4.5.0 | 304,371 | 9/28/2022 |
4.4.0 | 1,873,611 | 8/9/2022 |
4.3.0 | 1,630,288 | 6/23/2022 |
4.2.0 | 1,430,166 | 5/27/2022 |
4.1.1 | 1,706,313 | 4/28/2022 |
4.1.0 | 5,283,015 | 11/22/2021 |
4.0.1 | 1,788,181 | 10/22/2021 |
4.0.0 | 1,941,494 | 10/13/2021 |
4.0.0-rc3 | 76,925 | 10/8/2021 |
4.0.0-rc2 | 9,700 | 9/30/2021 |
4.0.0-rc1 | 151,392 | 9/1/2021 |
4.0.0-beta4 | 232,247 | 6/7/2021 |
4.0.0-beta2 | 1,293,098 | 3/17/2021 |
4.0.0-beta1 | 61,395 | 2/15/2021 |
4.0.0-alpha07 | 1,169,550 | 11/10/2020 |
4.0.0-alpha05 | 856,797 | 3/17/2020 |
4.0.0-alpha04 | 76,848 | 1/11/2020 |
4.0.0-alpha03 | 397,341 | 9/30/2019 |
4.0.0-alpha02 | 35,977 | 7/8/2019 |
4.0.0-alpha01 | 104,237 | 4/19/2019 |
3.141.0 | 43,494,390 | 10/31/2018 |
3.14.0 | 3,865,255 | 8/2/2018 |
3.13.1 | 1,224,289 | 6/30/2018 |
3.13.0 | 315,650 | 6/25/2018 |
3.12.1 | 1,141,360 | 5/29/2018 |
3.12.0 | 1,138,054 | 5/8/2018 |
3.11.2 | 1,579,030 | 4/12/2018 |
3.11.1 | 247,283 | 4/6/2018 |
3.11.0 | 1,142,355 | 3/11/2018 |
3.10.0 | 6,030,551 | 3/3/2018 |
3.9.1 | 543,849 | 2/9/2018 |
3.9.0 | 116,828 | 2/5/2018 |
3.8.0 | 2,667,010 | 12/1/2017 |
3.7.0 | 906,010 | 11/3/2017 |
3.6.0 | 1,006,022 | 9/25/2017 |
3.5.2 | 404,822 | 9/1/2017 |
3.5.1 | 490,382 | 8/15/2017 |
3.5.0 | 170,466 | 8/10/2017 |
3.4.0 | 1,208,586 | 4/21/2017 |
3.3.0 | 869,041 | 3/7/2017 |
3.2.0 | 155,145 | 2/23/2017 |
3.1.0 | 85,827 | 2/16/2017 |
3.0.1 | 1,996,614 | 11/21/2016 |
3.0.0 | 522,219 | 10/13/2016 |
3.0.0-beta3 | 25,318 | 9/2/2016 |
3.0.0-beta2 | 12,815 | 8/3/2016 |
3.0.0-beta1 | 7,129 | 7/29/2016 |
2.53.1 | 1,228,895 | 6/29/2016 |
2.53.0 | 1,182,009 | 3/16/2016 |
2.52.0 | 681,377 | 2/12/2016 |
2.51.0 | 39,448 | 2/5/2016 |
2.50.1 | 62,810 | 1/28/2016 |
2.50.0 | 12,011 | 1/27/2016 |
2.49.0 | 56,004 | 1/19/2016 |
2.48.2 | 254,222 | 11/18/2015 |
2.48.1 | 159,452 | 11/4/2015 |
2.48.0 | 275,341 | 10/7/2015 |
2.47.0 | 332,302 | 7/29/2015 |
2.46.0 | 284,234 | 6/4/2015 |
2.45.0 | 480,687 | 2/27/2015 |
2.44.0 | 413,904 | 10/23/2014 |
2.43.1 | 150,107 | 9/17/2014 |
2.43.0 | 29,432 | 9/9/2014 |
2.42.0 | 203,651 | 5/27/2014 |
2.41.0 | 137,439 | 3/27/2014 |
2.40.0 | 132,711 | 2/19/2014 |
2.39.0 | 312,845 | 12/16/2013 |
2.38.0 | 22,293 | 12/5/2013 |
2.37.0 | 110,552 | 10/18/2013 |
2.36.0 | 9,608 | 10/17/2013 |
2.35.0 | 143,045 | 8/12/2013 |
2.34.0 | 14,100 | 8/6/2013 |
2.33.0 | 80,330 | 5/22/2013 |
2.32.1 | 37,332 | 4/24/2013 |
2.32.0 | 63,406 | 4/9/2013 |
2.31.2 | 47,740 | 3/4/2013 |
2.31.1 | 17,734 | 2/28/2013 |
2.31.0 | 8,832 | 2/27/2013 |
2.30.0 | 74,878 | 2/19/2013 |
2.29.1 | 25,655 | 1/17/2013 |
2.29.0 | 6,284 | 1/17/2013 |
2.28.0 | 31,601 | 12/11/2012 |
2.27.1 | 8,299 | 12/7/2012 |
2.27.0 | 6,558 | 12/5/2012 |
2.26.0 | 27,028 | 11/1/2012 |
2.25.1 | 98,447 | 7/20/2012 |
2.25.0 | 11,908 | 7/18/2012 |
2.24.0 | 16,623 | 6/19/2012 |
2.23.0 | 12,531 | 6/7/2012 |
2.22.1 | 6,148 | 6/5/2012 |
2.22.0 | 8,757 | 5/29/2012 |
2.21.0 | 28,130 | 4/11/2012 |
2.20.0 | 39,106 | 2/28/2012 |
2.19.0 | 13,042 | 2/9/2012 |
2.18.1 | 8,146 | 2/2/2012 |
2.18.0 | 8,182 | 1/27/2012 |
2.17.0 | 8,562 | 1/16/2012 |
2.16.0 | 11,457 | 1/4/2012 |
2.15.0 | 8,654 | 12/8/2011 |
2.14.0 | 6,412 | 11/29/2011 |
2.13.0 | 10,218 | 11/18/2011 |
2.12.0 | 6,916 | 11/10/2011 |
2.11.0 | 11,814 | 10/28/2011 |
2.10.0 | 5,898 | 10/27/2011 |
2.9.0 | 7,173 | 10/21/2011 |
2.8.0 | 9,801 | 10/6/2011 |
2.7.0 | 9,629 | 9/23/2011 |
2.6.0 | 7,890 | 9/13/2011 |
2.5.1 | 13,512 | 8/25/2011 |
2.5.0 | 9,680 | 8/23/2011 |
2.4.1 | 7,142 | 8/15/2011 |
2.4.0 | 6,370 | 8/11/2011 |
2.3.0 | 6,935 | 8/1/2011 |
2.2.0 | 96,557 | 7/26/2011 |
See the latest changes, included in this release, at https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG.