browser_fill_form
Fill multiple form fields in a single call by providing an array of references and text values, reducing redundant interactions.
Instructions
Fill multiple fields in one call. Pass fields as an array of {ref, text}. Faster and more reliable than many browser_type calls for forms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes |