fill_form
Automate form filling by providing an array of field entries with text to type. Optionally specify a submit button to click after filling all fields.
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 |