browser_clear
Clears input field values in web browsers using locator strategies like ID, CSS, or XPath to reset form elements during automation.
Instructions
Clears the value of an input element
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 |