Info
Version: | 4.25.0 |
Author(s): | Selenium Committers |
Last Update: | Friday, September 20, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://selenium.dev/ |
NuGet Url: | https://www.nuget.org/packages/Selenium.WebDriver |
Install
Install-Package Selenium.WebDriver
dotnet add package Selenium.WebDriver
paket add Selenium.WebDriver
Selenium.WebDriver Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
No dependencies.
- Newtonsoft.Json(>= 12.0.2)
No dependencies.
No dependencies.
- Newtonsoft.Json(>= 12.0.2)
Tags
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.