browser_click
Simulate single or double clicks on web page elements using human-readable descriptions or exact references. Integrates with Playwright for automated browser testing and Cloudflare Workers.
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 |