browser_fill_form
Fill multiple form fields at once by specifying selector-value pairs.
Instructions
Fill multiple form fields at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | List of {selector, value} pairs. | |
| tab_id | No | Stable tab id from browser_tabs list; preferred when multiple agents run in parallel. Mutually exclusive with tab_index. | |
| tab_index | No | Tab index from browser_tabs list. If omitted, uses the lowest-index tab. Mutually exclusive with tab_id. |