fill_form
Automate form filling: enter text into multiple fields using CSS selectors or element refs, then optionally submit the form.
Instructions
Fill multiple form fields in one call. Provide an array of field entries, each with a ref or CSS selector and the text to type. Optionally specify a submit button to click after filling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID from create_tab | |
| fields | Yes | Array of form fields to fill | |
| submit | No | Optional submit button to click after filling all fields |