Selenio 0.4.1
See the version list below for details.
dotnet add package Selenio --version 0.4.1
NuGet\Install-Package Selenio -Version 0.4.1
<PackageReference Include="Selenio" Version="0.4.1" />
paket add Selenio --version 0.4.1
#r "nuget: Selenio, 0.4.1"
// Install Selenio as a Cake Addin #addin nuget:?package=Selenio&version=0.4.1 // Install Selenio as a Cake Tool #tool nuget:?package=Selenio&version=0.4.1
This is a straight forward implementation of a simple Selenium framework, designed to promote the use of the Page Object pattern.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Selenium.Support (>= 3.4.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.4.1: Updated Selenium.Support dependency to v3.4.0.
v0.4.0: Removed Selenio.CustomAttributes namespace.
v0.3.1: Fixes error when using Actions class and JavaScript executor.
v0.3.0: This version is non-backwards compatible.
- Renamed ITestReporter interface to IReporter.
- Turned interceptors off due to implementation limitations.
- Removed dependency on Castle.Core.
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.