Xenon.Selenium 0.1.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xenon.Selenium --version 0.1.13                
NuGet\Install-Package Xenon.Selenium -Version 0.1.13                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xenon.Selenium" Version="0.1.13" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xenon.Selenium --version 0.1.13                
#r "nuget: Xenon.Selenium, 0.1.13"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xenon.Selenium as a Cake Addin
#addin nuget:?package=Xenon.Selenium&version=0.1.13

// Install Xenon.Selenium as a Cake Tool
#tool nuget:?package=Xenon.Selenium&version=0.1.13                

Xenon is a test framework which lets you to write stable acceptance tests in a fluent api manner.

This is browser automation wrapper for Selenium.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.0 764 7/13/2020
0.8.0 585 7/13/2020
0.7.0 602 7/12/2020
0.6.0 570 7/10/2020
0.5.0 1,060 11/13/2018
0.2.5 1,134 11/10/2017
0.2.3 999 11/3/2017
0.2.2 1,089 9/14/2017
0.2.0 1,096 9/12/2017
0.1.25 1,688 4/10/2017
0.1.22 2,590 12/6/2016
0.1.21 1,742 7/27/2016
0.1.20 1,353 7/27/2016
0.1.19 1,108 7/19/2016
0.1.18 1,017 7/18/2016
0.1.17 1,113 6/30/2016
0.1.16 1,231 12/11/2015
0.1.15 1,189 9/16/2015
0.1.14 1,136 9/16/2015
0.1.13 1,213 7/17/2015
0.1.12 1,217 6/25/2015
0.1.11 1,128 6/25/2015
0.1.10 1,128 6/25/2015
0.1.9 1,157 6/18/2015
0.1.2 1,197 4/13/2015
0.1.2-beta1001 908 1/8/2015
0.1.1-beta1002 1,047 12/2/2014
0.1.1-beta1001 1,035 11/25/2014
0.1.0 1,427 11/17/2014
0.1.0-rc3 1,199 11/17/2014
0.1.0-rc2 1,097 11/14/2014
0.1.0-rc1 1,090 11/14/2014
0.1.0-alpha9 1,139 11/7/2014
0.1.0-alpha8 1,353 11/6/2014
0.1.0-alpha7 1,355 11/6/2014
0.1.0-alpha6 1,216 11/3/2014
0.1.0-alpha5 1,529 10/31/2014
0.1.0-alpha4 1,517 10/30/2014
0.1.0-alpha3 1,513 10/30/2014
0.1.0-alpha2 928 10/28/2014
0.1.0-alpha11 1,260 11/10/2014
0.1.0-alpha10 1,411 11/10/2014
0.1.0-alpha1 929 10/27/2014
0.0.1-alpha3 965 10/27/2014
0.0.1-alpha2 928 10/27/2014
0.0.1-alpha1 914 10/24/2014

enhancement: Scroll to an element first before performing an action on it e.g. (Click, EnterText, Clear)