Fill
dev_browser_fillFill a web input field by CSS selector or snapshot reference, replacing any existing text.
Instructions
Fill an input by CSS selector or snapshotRef. Replaces existing value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Text to fill. | |
| browser | No | Named daemon-managed browser instance. Default: DEV_BROWSER_BROWSER or 'default'. | |
| connect | No | Attach to a running Chrome instance. true/auto-discover, or a CDP URL like http://localhost:9222. | |
| headless | No | Launch daemon Chromium without a window. | |
| pageName | No | Named page to reuse across calls. Default: "main". | |
| selector | No | CSS selector. | |
| timeoutMs | No | ||
| snapshotRef | No | Ref from snapshotForAI, such as e12. | |
| timeoutSeconds | No | Script execution timeout in seconds. Default: 30. | |
| ignoreHttpsErrors | No | Ignore HTTPS certificate errors for daemon-launched Chromium. |