browser_click
Execute precise clicks on web elements using Selenium WebDriver for automation tasks. Specify the target element by its description and reference to perform actions like testing, scraping, or form filling.
Instructions
Perform click on a web page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
element | Yes | Human-readable element description | |
ref | Yes | Exact target element reference from the page snapshot |