Info
Version: | 4.1.0 |
Author(s): | Selenium Committers |
Last Update: | Monday, November 22, 2021 |
.NET Fiddle: | Online Example |
Project Url: | https://selenium.dev/ |
NuGet Url: | https://www.nuget.org/packages/Selenium.WebDriverBackedSelenium |
Install
Install-Package Selenium.WebDriverBackedSelenium
dotnet add package Selenium.WebDriverBackedSelenium
paket add Selenium.WebDriverBackedSelenium
Selenium.WebDriverBackedSelenium Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Selenium.WebDriver(>= 4.0.007)
- Selenium.WebDriver(>= 4.0.007)
- Selenium.WebDriver(>= 4.0.007)
- Selenium.WebDriver(>= 4.0.007)
- Selenium.WebDriver(>= 4.0.007)
- Selenium.WebDriver(>= 4.0.007)
Tags
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 deprecated, more procedural
Selenium Remote Control (or Selenium RC) API, but implemented using the current
WebDriver technology. It does not require a running instance of the Selenium
Server, and is not limited to the functionality available from within the
JavaScript sandbox.
It is intended as a transitional package to allow
organizations with significant investment in the Selenium RC API to run their
code with minimal modifications until they are able to migrate to the Selenium
WebDriver API.