sridharbandi / Java-a11y

Accessibility Automated Testing with Java Selenium
https://sridharbandi.github.io/Java-a11y/
MIT License
12 stars 12 forks source link

Add axe tag selection and rules enable/disable mechanism #27

Closed eotsevych closed 1 year ago

eotsevych commented 1 year ago

Describe your changes

Tag selection was added to Deque Axe Rules enable/disable mechanism was added to Deque Axe

Context of the changes

Tag selection was added to change/set up the Accessibility Standard. Also per each tag, we have a list of rules and with rule enable/disable mechanism we can turn on/off the particular rules as needed

sridharbandi commented 1 year ago

@EvgeniyOtsevich this is been long pending item from my side. Thanks a-lot for contributing. I will review it and merge it once I find sometime this week.