fill_form
Fill multiple form fields on a web page simultaneously by mapping CSS selectors to values. Target the active tab or a specific browser tab.
Instructions
Fill multiple form fields at once. fields maps CSS selectors (or field names) to values. Targets the active tab unless a browserId is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Map of selector/name to value, e.g. { "#email": "a@b.com", "#password": "secret" }. | |
| browserId | No | Target tab (from list_tabs). Defaults to active. |