browser_click
Automate clicks on web elements using specified locators like ID, CSS, or XPath. Set wait times for element availability to ensure reliable automation with Selenium WebDriver.
Instructions
Perform a click on an 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 |