browser_click
Simulate user clicks on web page elements using structured accessibility snapshots. Supports single, double, and multi-button clicks for precise browser interactions through Playwright automation.
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 |