fill_form
Fill multiple form elements at once: inputs, selects, checkboxes, and radios. Replace multiple individual fill or click actions with a single call to complete forms more efficiently.
Instructions
Fill out multiple form elements (inputs, selects, checkboxes, radios) at once. ALWAYS prefer this tool over multiple individual 'fill' or 'click' calls when interacting with forms. It is significantly faster, more reliable, and reduces turn count. Example: Fill username, password, and check "Remember Me" in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elements | Yes | Elements from snapshot to fill out. | |
| includeSnapshot | No | Whether to include a snapshot in the response. Default is false. |