login
Fills and submits login forms with credentials from keychain or direct input, auto-detecting form fields or using custom selectors. Navigate to the login page first.
Instructions
Fill a login form and submit it.
Credentials: provide either site (to load from keychain) OR
username + password directly.
Selectors: if omitted, common patterns are tried automatically (input[type=email], input[name=username], etc.).
Use navigate() to go to the login page first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | ||
| password | No | ||
| username | No | ||
| submit_selector | No | ||
| password_selector | No | ||
| username_selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |