browser_click
Simulate clicks on web elements to interact with pages. Specify elements by reference and choose single or double clicks, left or right buttons, for precise browser automation with Playwright MCP.
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 |