Back to Features
Web Scanner
Automated WCAG 2.1 AA compliance scanning using axe-core and Playwright for dynamic content.
WCAG Coverage
- Perceivable: Alt text, color contrast, text alternatives
- Operable: Keyboard navigation, focus management, timing
- Understandable: Labels, error messages, consistent navigation
- Robust: Valid HTML, ARIA usage, parsing
Features
Dynamic Content
Playwright executes JavaScript and tests SPAs.
Focus Order Testing
WCAG 2.4.3 focus order analysis and visualization.
Multi-page Crawling
Scan entire sites with configurable depth.
Code Fixes
AI-generated HTML/CSS fixes for each issue.
API Usage
curl -X POST http://localhost:8000/api/v1/scan/website \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"wcag_level": "AA",
"crawl": true,
"max_pages": 10
}'