Skip to content

TroyWalshProf/SeleniumAxeDotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Deprecation Notice ⚠️

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
  1. Remove Selenium.Axe package
  2. 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?

Is this a good thing?

  • Yes
    • Selenium.Axe actually uses Deque’s Axe core under the hood
    • This should help keep the .Net bindings at feature parity with the other official supported binding, such as Java and JavaScript

Anything special we should know?




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