Skip to main content
Selenium.WebDriverBackedSelenium package icon

Selenium.WebDriverBackedSelenium

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 older, more procedural Selenium Remote Control (or Selenium RC) API, but implemented using the newer 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 newer Selenium WebDriver API.

Total Downloads
4.2M
4,168,380
Published
Jan 19, 2016
Latest stable version

Install

.NET CLI
dotnet add package Selenium.WebDriverBackedSelenium --version 2.49.0
Package Manager Console
Install-Package Selenium.WebDriverBackedSelenium -Version 2.49.0
PackageReference
<PackageReference Include="Selenium.WebDriverBackedSelenium" Version="2.49.0" />

Frameworks

No framework metadata available.

Dependencies

[2.49.0, )
[2.49.0, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.