fill_form
Fill entire web forms in one call: text, select, checkbox, radio fields. Each field reports its own status; on errors, view the page and retry only failed fields.
Instructions
Fill a whole form in one call: text inputs, (by value or visible label), checkboxes (boolean) and radio buttons. One round-trip; partial errors do not abort and each field reports its own status. On per-field errors call view_page and retry the failing fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Each needs ref or selector plus value |