coordinate_click
Simulates a raw mouse click at exact pixel coordinates for Canvas, WebGL, and other non-DOM interfaces.
Instructions
BYPASS THE DOM ENTIRELY. Dispatches a raw mouse click at exact pixel coordinates via CDP Input.dispatchMouseEvent. Designed for Canvas, WebGL, and other non-DOM interfaces where backendNodeId is meaningless.
No spatial validation is performed — the click goes directly to the specified coordinates. For DOM-based interactions, prefer atomic_interact with a backendNodeId instead.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X pixel coordinate | |
| y | Yes | Y pixel coordinate |