Xenon 0.1.2-beta1001

This is a prerelease version of Xenon.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Xenon --version 0.1.2-beta1001
                    
NuGet\Install-Package Xenon -Version 0.1.2-beta1001
                    
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" Version="0.1.2-beta1001" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xenon" Version="0.1.2-beta1001" />
                    
Directory.Packages.props
<PackageReference Include="Xenon" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xenon --version 0.1.2-beta1001
                    
#r "nuget: Xenon, 0.1.2-beta1001"
                    
#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.
#:package Xenon@0.1.2-beta1001
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xenon&version=0.1.2-beta1001&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Xenon&version=0.1.2-beta1001&prerelease
                    
Install as a Cake Tool

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

There are the following pre-built browser automation wrappers:
Xenon.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.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Xenon:

Package Downloads
Xenon.Selenium

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.9.0 802 7/13/2020
0.8.0 633 7/13/2020
0.7.0 703 7/12/2020
0.6.0 1,560 7/10/2020
0.5.0 1,459 11/13/2018
0.2.5 1,615 11/10/2017
0.2.3 1,455 11/3/2017
0.2.2 1,248 9/14/2017
0.2.0 1,696 9/12/2017
0.1.25 2,126 4/10/2017
0.1.24 1,216 4/10/2017
0.1.23 1,311 3/20/2017
0.1.22 2,778 12/6/2016
0.1.21 1,868 7/27/2016
0.1.20 1,561 7/27/2016
0.1.19 1,301 7/19/2016
0.1.18 1,267 7/18/2016
0.1.17 1,271 6/30/2016
0.1.16 1,402 12/11/2015
0.1.15 1,389 9/16/2015
0.1.14 1,357 9/16/2015
0.1.13 1,424 7/17/2015
0.1.12 1,390 6/25/2015
0.1.11 1,337 6/25/2015
0.1.10 1,356 6/25/2015
0.1.9 1,346 6/18/2015
0.1.8 1,327 6/18/2015
0.1.7 1,317 6/15/2015
0.1.6 1,403 4/17/2015
0.1.5 1,417 4/17/2015
0.1.4 4,577 4/13/2015
0.1.3 1,372 4/13/2015
0.1.2-beta1003 1,540 2/23/2015
0.1.2-beta1002 1,192 1/30/2015
0.1.2-beta1001 1,632 1/8/2015
0.1.1-beta1002 1,389 12/2/2014
0.1.1-beta1001 1,374 11/25/2014
0.1.0 1,850 11/17/2014
0.1.0-rc3 1,443 11/17/2014
0.1.0-rc2 1,442 11/14/2014
0.1.0-rc1 1,492 11/14/2014
0.1.0-alpha9 1,494 11/7/2014
0.1.0-alpha8 1,696 11/6/2014
0.1.0-alpha7 1,708 11/6/2014
0.1.0-alpha6 1,527 11/3/2014
0.1.0-alpha5 1,820 10/31/2014
0.1.0-alpha4 1,888 10/30/2014
0.1.0-alpha3 1,788 10/30/2014
0.1.0-alpha2 1,398 10/28/2014
0.1.0-alpha11 1,594 11/10/2014
0.1.0-alpha10 1,795 11/10/2014
0.1.0-alpha1 1,247 10/27/2014
0.0.1-alpha3 1,314 10/27/2014
0.0.1-alpha2 1,181 10/27/2014
0.0.1-alpha1 1,397 10/24/2014

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