audit_with_session
Run an accessibility audit on protected web pages using an existing authenticated session, eliminating the need to re-authenticate for each audit.
Instructions
Run an accessibility audit on a URL using an existing authenticated session. This allows testing protected pages without re-authenticating for each audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL or relative path to test. If relative, domain must be provided. | |
| tags | No | Specific accessibility tags to check. If not provided, all tags are checked. | |
| domain | No | Base domain if URL is relative. If not provided, uses session domain. | |
| sessionId | Yes | Session ID from create_session tool. |