submit_form
Submit a form by clicking its submit button or pressing Enter. Automates form submission for web automation tasks.
Instructions
Submit a form by clicking a submit button or pressing Enter.
Args: selector: CSS selector of the submit button or form. If omitted, presses Enter on the focused element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |