Xenon 0.1.2-beta1003

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-beta1003
                    
NuGet\Install-Package Xenon -Version 0.1.2-beta1003
                    
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-beta1003" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xenon" Version="0.1.2-beta1003" />
                    
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-beta1003
                    
#r "nuget: Xenon, 0.1.2-beta1003"
                    
#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-beta1003
                    
#: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-beta1003&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Xenon&version=0.1.2-beta1003&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:
https://www.nuget.org/packages/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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.6 63 4/17/2015
0.1.5 41 4/17/2015
0.1.4 61 4/13/2015
0.1.3 39 4/13/2015
0.1.2-beta1003 35 2/23/2015
0.1.2-beta1002 40 1/30/2015
0.1.2-beta1001 58 1/8/2015
0.1.1-beta1002 41 12/2/2014
0.1.1-beta1001 40 11/25/2014
0.1.0 251 11/17/2014
0.1.0-rc3 120 11/17/2014
0.1.0-rc2 155 11/14/2014
0.1.0-rc1 154 11/14/2014
0.1.0-alpha9 243 11/7/2014
0.1.0-alpha8 461 11/6/2014
0.1.0-alpha7 463 11/6/2014
0.1.0-alpha6 286 11/3/2014
0.1.0-alpha5 599 10/31/2014
0.1.0-alpha4 621 10/30/2014
0.1.0-alpha3 617 10/30/2014
0.1.0-alpha2 44 10/28/2014
0.1.0-alpha11 363 11/10/2014
0.1.0-alpha10 519 11/10/2014
0.1.0-alpha1 43 10/27/2014
0.0.1-alpha3 41 10/27/2014
0.0.1-alpha2 38 10/27/2014
0.0.1-alpha1 42 10/24/2014

Added CssClassIs method in XenonElementsFinder. Now its easier to find an element instead of using AttributeIs and provide an exact value for class attribute.