Skip to content

Tools for using aXe for web accessibility testing with C# and Selenium.

License

Notifications You must be signed in to change notification settings

devaradhanm/SeleniumAxeDotnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

axe-selenium-csharp

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

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

Getting Started

Install via Nuget:

PM> Install-Package Selenium.Axe

Import this namespace:

using Selenium.Axe;

and call the extension method Analyze from your WebDriver object

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

Documentation

*Current build only offically supports Chrome
Work in progress!!

About

Tools for using aXe for web accessibility testing with C# and Selenium.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%