check_accessibility
Analyze web page accessibility by testing a URL against WCAG guidelines using axe-core. Detects issues and provides actionable insights to improve compliance.
Instructions
Check web accessibility of a given URL using axe-core
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL to analyze | |
userAgent | No | Optional user agent string to use for the request | |
waitForSelector | No | Optional CSS selector to wait for before analysis |