create_session
Create a reusable authenticated session by logging into a website, enabling accessibility audits of protected pages.
Instructions
Create a reusable authenticated session by logging into a website. The session can be reused for multiple audits of protected pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Base domain (e.g., "https://example.com" or "example.com"). | |
| loginUrl | No | Custom login URL. If not provided, defaults to {domain}/login. | |
| password | Yes | Login password. | |
| username | Yes | Login username. | |
| sessionId | No | Custom session identifier. If not provided, one is generated. | |
| loginSelectors | No | Custom selectors for login form. If not provided, defaults are used. |