Globant.Selenium.Axe 1.0.25

There is a newer version of this package available.
See the version list below for details.
dotnet add package Globant.Selenium.Axe --version 1.0.25
NuGet\Install-Package Globant.Selenium.Axe -Version 1.0.25
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="Globant.Selenium.Axe" Version="1.0.25" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Globant.Selenium.Axe --version 1.0.25
#r "nuget: Globant.Selenium.Axe, 1.0.25"
#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 Globant.Selenium.Axe as a Cake Addin
#addin nuget:?package=Globant.Selenium.Axe&version=1.0.25

// Install Globant.Selenium.Axe as a Cake Tool
#tool nuget:?package=Globant.Selenium.Axe&version=1.0.25

axe-selenium-csharp

Tools for using aXe for web accessibility testing with C# and Selenium. Inspired on axe-selenium-java

This project born as a need to have a clean .NET wrapper for aXe.

Getting Started

Install via Nuget:

Install-Package Globant.Selenium.Axe

Import this namespace:

using Globant.Selenium.Axe;

and call the extension method Analyze from your WebDriver object

IWebDriver webDriver = new FirefoxDriver();
AxeResult results = webDriver.Analyze();

Thanks

Specially thanks to @jdmesalosada to make this happen and to always improve our jobs.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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
1.0.26 158,250 10/27/2017
1.0.25 1,117 10/27/2017
1.0.24 1,086 10/27/2017
1.0.23 918 10/27/2017
1.0.21 1,135 4/1/2017

Make it more simple to use