login
Authenticate a browser session by executing an authentication scenario, returning the resulting URL, token state, and screenshot. Uses saved or provided credentials to establish access.
Instructions
Establish an authenticated browser session by executing a login scenario. Returns the post-login URL, token state, and a screenshot. Uses saved credentials from previous runs if available, or accepts provided credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Email/username to log in with. If omitted, uses saved credentials. | ||
| password | No | Password. If omitted, uses saved credentials. | |
| login_url | No | Login page URL path (e.g. /login). Defaults to /login. |