browser_ask_user
Request user input or action in the browser with overlay dialogs for credentials, 2FA, CAPTCHA, or consent, and retrieve their responses.
Instructions
Show an overlay dialog asking the user to perform an action or provide information (credentials, 2FA, CAPTCHA, OAuth consent). Can include input fields for the user to fill in. Returns user responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Dialog title (default: "Agent360 - Action Required") | |
| fields | No | Input fields for user to fill in. Each field has: name (key), label (display text), type (text/password/email). Omit for simple "Done/Skip" confirmation. | |
| message | Yes | What the user needs to do or provide | |
| timeout | No | Max wait time in ms (default: 120000 = 2 min) |