browser_submit_form
Submit a web form by locating the form element using a specified locator strategy (id, css, xpath, etc.) and value. Supports optional timeout for element visibility.
Instructions
Submit a form
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds |