Xenon.Selenium 0.1.2

dotnet add package Xenon.Selenium --version 0.1.2
NuGet\Install-Package Xenon.Selenium -Version 0.1.2
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.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xenon.Selenium --version 0.1.2
#r "nuget: Xenon.Selenium, 0.1.2"
#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.2

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.2 71 4/13/2015
0.1.2-beta1001 45 1/8/2015
0.1.1-beta1002 40 12/2/2014
0.1.1-beta1001 38 11/25/2014
0.1.0 250 11/17/2014
0.1.0-rc3 271 11/17/2014
0.1.0-rc2 154 11/14/2014
0.1.0-rc1 154 11/14/2014
0.1.0-alpha9 241 11/7/2014
0.1.0-alpha8 460 11/6/2014
0.1.0-alpha7 460 11/6/2014
0.1.0-alpha6 283 11/3/2014
0.1.0-alpha5 599 10/31/2014
0.1.0-alpha4 618 10/30/2014
0.1.0-alpha3 620 10/30/2014
0.1.0-alpha2 43 10/28/2014
0.1.0-alpha11 363 11/10/2014
0.1.0-alpha10 521 11/10/2014
0.1.0-alpha1 41 10/27/2014
0.0.1-alpha3 41 10/27/2014
0.0.1-alpha2 40 10/27/2014
0.0.1-alpha1 43 10/24/2014

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