Web Accessibility
Createdbilhasry-deriv
Analyzes web accessibility and simulates color blindness for web pages using axe-core and Puppeteer.
About
Web Accessibility provides tools for analyzing web accessibility and simulating color blindness. It uses axe-core for accessibility analysis and Puppeteer for browser automation, offering detailed reports on accessibility violations and simulating color blindness (protanopia, deuteranopia, tritanopia) using color matrices. It supports custom user agents and selectors, and offers debug logging for troubleshooting, ensuring compliance with WCAG guidelines.
Key Features
- Analyzes web accessibility of any URL using axe-core.
- Simulates color blindness (protanopia, deuteranopia, tritanopia) using color matrices.
- Provides detailed reporting of accessibility violations.
- Supports custom user agents and selectors.
- Offers comprehensive accessibility checks based on WCAG guidelines.
Use Cases
- Automate accessibility testing as part of a CI/CD pipeline.
- Ensure websites are accessible to users with disabilities.
- Test website appearance for users with different types of color blindness.