Selenio 0.2.1
See the version list below for details.
dotnet add package Selenio --version 0.2.1
NuGet\Install-Package Selenio -Version 0.2.1
<PackageReference Include="Selenio" Version="0.2.1" />
paket add Selenio --version 0.2.1
#r "nuget: Selenio, 0.2.1"
// Install Selenio as a Cake Addin #addin nuget:?package=Selenio&version=0.2.1 // Install Selenio as a Cake Tool #tool nuget:?package=Selenio&version=0.2.1
Selenium helpers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Castle.Core (>= 4.0.0)
- Selenium.Support (>= 3.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Selenio:
Package | Downloads |
---|---|
Selenio.HtmlReporter
From the Selenio project. Plug this HTML reporter to generate rich step-by-step reports in your test executions. |
|
Selenio.Extensions
From the Selenio project. Adds the Selenio.Extensions namespace with Web Driver, Page Object and Web Element extension methods. |
|
Selenio.PlainTextReporter
From the Selenio project. Plug this HTML reporter to generate rich step-by-step reports in your test executions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
v0.2.0: Added interceptors to report web element interactions.
v0.1.3: Small extension tweaks.
v0.1.2: Update Selenium WD to 3.3.0.
v0.1.1: Added some simple extensions for Select elements.
v0.1.0: Initial release.