browser_click
Simulate single or double clicks on web page elements using structured accessibility snapshots. Specify element details and button type for precise interactions without screenshots.
Instructions
Perform click on a web page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
button | No | Button to click, defaults to left | |
doubleClick | No | Whether to perform a double click instead of a single click | |
element | Yes | Human-readable element description used to obtain permission to interact with the element | |
ref | Yes | Exact target element reference from the page snapshot |