Info
Version: | 3.1.0 |
Author(s): | Selenium Committers |
Last Update: | Thursday, February 16, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SeleniumHQ/selenium |
NuGet Url: | https://www.nuget.org/packages/Selenium.RC |
Install
Install-Package Selenium.RC
dotnet add package Selenium.RC
paket add Selenium.RC
Selenium.RC Download (Unzip the "nupkg" after downloading)
Dependencies
8 packages depend on this package.
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 older, more procedural Selenium Remote Control (or Selenium RC) API. It requires a running instance of the Selenium Server, and uses JavaScript for automating the browser, which means it is limited to the functionality available from within the JavaScript sandbox. Note that version 3.1 will be the final version of this assembly available.
Users can use WebDriverBackedSelenium, or migrate to WebDriver.