browser_fill_form
Fill multiple form fields simultaneously using ref/value pairs. Target a specific tab via tabId or use the active tab for fast form automation.
Instructions
Fill multiple form fields at once. Supports targeting a specific tab via tabId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Target tab ID (from browser_tabs list). Uses active tab if omitted. | |
| fields | Yes | Array of {ref, value} objects | |
| agentId | No | Agent identifier for parallel execution. Pass a unique ID (e.g. 'C1', 'J2') — the server automatically routes calls to this agent's dedicated tab (registered via browser_tabs action=new). |