browser_submit_form
Automate form submissions on web pages using Selenium WebDriver by locating form elements with various strategies and submitting them programmatically.
Instructions
Submit a form
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value for the locator strategy |