fill_form
Fill multiple form fields at once using CSS selectors. Supports text inputs, checkboxes, dropdowns, and optional submit button click.
Instructions
Fill multiple form fields in a single call. Pass a map of CSS selector → value. Automatically handles text inputs, textareas, checkboxes (true/false), radio buttons, and dropdowns. Optionally clicks a submit button at the end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Map of selector → value. Checkboxes: 'true'/'false'. Selects: visible text or value. | |
| by | No | css | |
| timeout | No | ||
| submit | No | Selector of submit button to click after filling (optional) |