browser_click
Click a web element by snapshot reference (eN) or Playwright selector, with options for mouse button and double-click.
Instructions
Click an element identified by a snapshot ref (eN) or a Playwright selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | Mouse button to use for the click. Defaults to left. | |
| target | Yes | Exact target reference from a snapshot (e.g. 'e5'), or a unique Playwright selector (CSS/text). | |
| element | No | Human-readable element description used to obtain permission to interact with the element. | |
| doubleClick | No | Whether to perform a double click instead of a single click. |