axe_audit
Audit web accessibility using axe-core to identify WCAG compliance issues on websites, local files, or localhost URLs.
Instructions
Run an accessibility audit using axe-core via Playwright. Supports URLs, local file paths, and localhost URLs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to audit (http://, https://), local file path (./file.html), or file:// URL | |
| options | No | Optional axe-core configuration |