browser_click
Click a web element using locator strategies (id, css, xpath, name, tag, class, link, partialLink) with an optional timeout for reliable web automation testing.
Instructions
Perform a click on an 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 |