browser_cdp_click
Clicks an element by its ref using a trusted CDP input event, bypassing bot detection with a cursorless, pixel-free click.
Instructions
Click an element by its [ref=...] using a TRUSTED, cursorless CDP input event.
Preferred over browser_mouse_click: no visible cursor, no pixel guessing (the click point
is computed from the element's own box), and the event is isTrusted=true — so it passes
bot-detection that flags DOM .click()/dispatchEvent (isTrusted=false). Chromium only.
Returns a fresh ARIA snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| session_id | No | ||
| button | No | left | |
| double | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |