scan_page
Run web accessibility audits with WCAG compliance checks, bypassing Cloudflare protection using an anti-detect browser.
Instructions
Navigate to a URL, bypass Cloudflare if present, and run an accessibility scan.
This tool uses an anti-detect browser (Camoufox) that can bypass Cloudflare protection, then injects axe-core and runs a full accessibility audit.
Args: url: The URL to scan for accessibility issues wcag_level: WCAG conformance level (A, AA, AAA, 21A, 21AA, 22AA). Default: AA wait_for_cloudflare: Wait for Cloudflare challenges to complete. Default: True
Returns: Summary of accessibility scan including violation counts by severity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| wcag_level | No | AA | |
| wait_for_cloudflare | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||