TroyWalshProf / SeleniumAxeDotnet

Tools for using aXe for web accessibility testing with C# and Selenium.
MIT License
32 stars 21 forks source link
accessibility-testing dotnet-framework dotnet-standard selenium

:warning: Deprecation Notice :warning:

The switch from Selenium.Axe to Deque.AxeCore is, by design, really straight forward. This is because Deque.AxeCore is a fork of Selenium.Axe so the interfaces to both are very similar.

Update steps

  1. Add Deque and Html packages
    • Deque.AxeCore.Commons
    • Deque.AxeCore.Selenium
    • TWP.Selenium.Axe.Html
      *Only if you are using the current HTML report functionality
  2. Remove Selenium.Axe package
  3. Update usings
    • Remove
    • using Selenium.Axe;
    • Add
    • using Deque.AxeCore.Commons;
    • using Deque.AxeCore.Selenium;
    • using TWP.Selenium.Axe.Html;
      *Only when creating HTML reports

Context

Why is this project being deprecated?




Selenium.Axe for .NET

Selenium.Axe NuGet package NuGet package download counter Main pipeline Quality Gate Status Coverage Vulnerabilities

Automated web accessibility testing with .NET, C#, and Selenium. Wraps the axe-core accessibility scanning engine and the Selenium.WebDriver browser automation framework.

Compatible with .NET Standard 2.0+, .NET Framework 4.7.1+, and .NET Core 2.0+.

Inspired by axe-selenium-java and axe-webdriverjs. Forked from Globant.Selenium.Axe.

Documentation

Patron

This project would not exist in its current form without the generous support of

Magenic