browser_fill_form
Fill multiple form fields such as textboxes, checkboxes, radios, comboboxes, and sliders by providing field references and values.
Instructions
Fill multiple form fields.
Args:
fields: List of form fields to fill. Each field should have:
- name: Human-readable field name
- ref: Exact target field reference from the page snapshot
- type: Field type (textbox, checkbox, radio, combobox, slider)
- value: Value to fill (for checkbox use 'true'/'false',
for combobox use option text)
Returns:
Success message with filled fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |