Selenium.WebDriver
4.16.1
dotnet add package Selenium.WebDriver --version 4.16.1
NuGet\Install-Package Selenium.WebDriver -Version 4.16.1
<PackageReference Include="Selenium.WebDriver" Version="4.16.1" />
paket add Selenium.WebDriver --version 4.16.1
#r "nuget: Selenium.WebDriver, 4.16.1"
// Install Selenium.WebDriver as a Cake Addin
#addin nuget:?package=Selenium.WebDriver&version=4.16.1
// Install Selenium.WebDriver as a Cake Tool
#tool nuget:?package=Selenium.WebDriver&version=4.16.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-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.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 (682)
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. |
|
DotNetSeleniumExtras.PageObjects
This package provides an implementation of the PageFactory for .NET, replacing the implementation originally provided by the Selenium project. |
|
Appium.WebDriver
Selenium Webdriver extension for Appium. |
|
DotNetSeleniumExtras.PageObjects.Core
Fork of DotNetSeleniumExtras with enabled dotnet core support and other features |
GitHub repositories (93)
Showing the top 5 popular GitHub repositories that depend on Selenium.WebDriver:
Repository | Stars |
---|---|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
xamarin/Xamarin.Forms
Xamarin.Forms Official Home
|
|
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
|
|
laochiangx/Common.Utility
Various helper class
|
Version | Downloads | Last updated |
---|---|---|
4.16.1 | 3,142 | 12/6/2023 |
4.15.0 | 226,370 | 11/1/2023 |
4.14.1 | 201,142 | 10/15/2023 |
4.13.1 | 162,547 | 9/26/2023 |
4.13.0 | 4,146 | 9/25/2023 |
4.12.4 | 380,992 | 9/5/2023 |
4.12.2 | 69,033 | 9/1/2023 |
4.11.0 | 681,855 | 7/31/2023 |
4.10.0 | 987,736 | 6/7/2023 |
4.9.1 | 754,684 | 5/8/2023 |
4.9.0 | 370,006 | 4/21/2023 |
4.8.2 | 708,231 | 3/24/2023 |
4.8.1 | 764,719 | 2/17/2023 |
4.8.0 | 787,624 | 1/23/2023 |
4.7.0 | 1,011,249 | 12/1/2022 |
4.6.0 | 804,332 | 11/4/2022 |
4.5.1 | 698,668 | 10/7/2022 |
4.5.0 | 219,636 | 9/28/2022 |
4.4.0 | 1,167,694 | 8/9/2022 |
4.3.0 | 1,179,160 | 6/23/2022 |
4.2.0 | 845,649 | 5/27/2022 |
4.1.1 | 1,456,864 | 4/28/2022 |
4.1.0 | 4,233,476 | 11/22/2021 |
4.0.1 | 1,443,690 | 10/22/2021 |
4.0.0 | 1,548,739 | 10/13/2021 |
4.0.0-rc3 | 72,984 | 10/8/2021 |
4.0.0-rc2 | 7,010 | 9/30/2021 |
4.0.0-rc1 | 114,663 | 9/1/2021 |
4.0.0-beta4 | 216,079 | 6/7/2021 |
4.0.0-beta2 | 875,100 | 3/17/2021 |
4.0.0-beta1 | 52,279 | 2/15/2021 |
4.0.0-alpha07 | 1,105,025 | 11/10/2020 |
4.0.0-alpha05 | 801,004 | 3/17/2020 |
4.0.0-alpha04 | 68,988 | 1/11/2020 |
4.0.0-alpha03 | 362,101 | 9/30/2019 |
4.0.0-alpha02 | 27,648 | 7/8/2019 |
4.0.0-alpha01 | 97,900 | 4/19/2019 |
3.141.0 | 35,754,260 | 10/31/2018 |
3.14.0 | 3,327,883 | 8/2/2018 |
3.13.1 | 1,119,853 | 6/30/2018 |
3.13.0 | 285,327 | 6/25/2018 |
3.12.1 | 1,083,698 | 5/29/2018 |
3.12.0 | 966,946 | 5/8/2018 |
3.11.2 | 1,331,319 | 4/12/2018 |
3.11.1 | 227,113 | 4/6/2018 |
3.11.0 | 989,626 | 3/11/2018 |
3.10.0 | 3,687,316 | 3/3/2018 |
3.9.1 | 502,531 | 2/9/2018 |
3.9.0 | 102,917 | 2/5/2018 |
3.8.0 | 2,420,339 | 12/1/2017 |
3.7.0 | 823,626 | 11/3/2017 |
3.6.0 | 940,788 | 9/25/2017 |
3.5.2 | 361,634 | 9/1/2017 |
3.5.1 | 439,195 | 8/15/2017 |
3.5.0 | 165,533 | 8/10/2017 |
3.4.0 | 1,149,152 | 4/21/2017 |
3.3.0 | 798,441 | 3/7/2017 |
3.2.0 | 142,630 | 2/23/2017 |
3.1.0 | 77,922 | 2/16/2017 |
3.0.1 | 1,827,800 | 11/21/2016 |
3.0.0 | 475,408 | 10/13/2016 |
3.0.0-beta3 | 21,687 | 9/2/2016 |
3.0.0-beta2 | 9,687 | 8/3/2016 |
3.0.0-beta1 | 4,460 | 7/29/2016 |
2.53.1 | 1,142,293 | 6/29/2016 |
2.53.0 | 1,128,749 | 3/16/2016 |
2.52.0 | 549,754 | 2/12/2016 |
2.51.0 | 33,973 | 2/5/2016 |
2.50.1 | 55,683 | 1/28/2016 |
2.50.0 | 9,324 | 1/27/2016 |
2.49.0 | 49,529 | 1/19/2016 |
2.48.2 | 222,054 | 11/18/2015 |
2.48.1 | 121,991 | 11/4/2015 |
2.48.0 | 248,415 | 10/7/2015 |
2.47.0 | 301,536 | 7/29/2015 |
2.46.0 | 255,488 | 6/4/2015 |
2.45.0 | 428,774 | 2/27/2015 |
2.44.0 | 367,924 | 10/23/2014 |
2.43.1 | 117,511 | 9/17/2014 |
2.43.0 | 23,117 | 9/9/2014 |
2.42.0 | 181,185 | 5/27/2014 |
2.41.0 | 116,035 | 3/27/2014 |
2.40.0 | 111,186 | 2/19/2014 |
2.39.0 | 284,961 | 12/16/2013 |
2.38.0 | 19,402 | 12/5/2013 |
2.37.0 | 93,085 | 10/18/2013 |
2.36.0 | 4,301 | 10/17/2013 |
2.35.0 | 127,300 | 8/12/2013 |
2.34.0 | 10,869 | 8/6/2013 |
2.33.0 | 67,953 | 5/22/2013 |
2.32.1 | 30,702 | 4/24/2013 |
2.32.0 | 58,762 | 4/9/2013 |
2.31.2 | 39,111 | 3/4/2013 |
2.31.1 | 11,009 | 2/28/2013 |
2.31.0 | 4,516 | 2/27/2013 |
2.30.0 | 70,822 | 2/19/2013 |
2.29.1 | 21,298 | 1/17/2013 |
2.29.0 | 3,875 | 1/17/2013 |
2.28.0 | 17,660 | 12/11/2012 |
2.27.1 | 5,788 | 12/7/2012 |
2.27.0 | 4,094 | 12/5/2012 |
2.26.0 | 21,283 | 11/1/2012 |
2.25.1 | 84,053 | 7/20/2012 |
2.25.0 | 8,422 | 7/18/2012 |
2.24.0 | 14,051 | 6/19/2012 |
2.23.0 | 8,892 | 6/7/2012 |
2.22.1 | 3,654 | 6/5/2012 |
2.22.0 | 6,339 | 5/29/2012 |
2.21.0 | 22,144 | 4/11/2012 |
2.20.0 | 30,930 | 2/28/2012 |
2.19.0 | 8,278 | 2/9/2012 |
2.18.1 | 5,378 | 2/2/2012 |
2.18.0 | 5,487 | 1/27/2012 |
2.17.0 | 5,846 | 1/16/2012 |
2.16.0 | 8,871 | 1/4/2012 |
2.15.0 | 6,104 | 12/8/2011 |
2.14.0 | 3,959 | 11/29/2011 |
2.13.0 | 7,569 | 11/18/2011 |
2.12.0 | 4,541 | 11/10/2011 |
2.11.0 | 7,128 | 10/28/2011 |
2.10.0 | 3,497 | 10/27/2011 |
2.9.0 | 4,641 | 10/21/2011 |
2.8.0 | 7,053 | 10/6/2011 |
2.7.0 | 5,902 | 9/23/2011 |
2.6.0 | 5,308 | 9/13/2011 |
2.5.1 | 9,751 | 8/25/2011 |
2.5.0 | 6,776 | 8/23/2011 |
2.4.1 | 4,341 | 8/15/2011 |
2.4.0 | 3,798 | 8/11/2011 |
2.3.0 | 4,299 | 8/1/2011 |
2.2.0 | 51,650 | 7/26/2011 |
See the latest changes, included in this release, at https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG.