browser_clear
Clear the value of an input element using a locator strategy (id, css, xpath, etc.). Supports timeout. Used in automated testing to reset fields before entering new data.
Instructions
Clears the value of an input element
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 |