audit_multiple_urls
Test multiple URLs for accessibility issues with parallel processing and progress tracking. Specify WCAG tags and continue on error.
Instructions
Test multiple URLs efficiently with optional parallel processing and progress tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Specific accessibility tags to check. Applied to all URLs. | |
| urls | Yes | URLs to test (array or comma-separated string). | |
| domain | No | Base domain if URLs are relative (e.g., "https://example.com"). | |
| parallel | No | Number of parallel tests to run (default: 1). | |
| continueOnError | No | Continue processing if one URL fails (default: true). |