submit_form
Submit a form by providing a CSS selector or submitting the currently focused element. Automates form submission in Firefox-based browsers via gecko-mcp.
Instructions
Submit a form (give a selector of the form or a field inside it; omit to submit the focused form). Active tab unless browserId given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector of the form or a field in it. | |
| browserId | No | Target tab. Defaults to active. |