charlotte_click_at
Click specific page coordinates to reach elements not in the accessibility tree, such as custom widgets or canvas. Dispatches real CDP-level mouse events and returns the full page representation.
Instructions
Click at specific page coordinates. Use when target elements are not in the accessibility tree (custom widgets, canvas, non-semantic interactive divs). Dispatches real CDP-level mouse events. Returns full page representation after the click.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in page pixels | |
| y | Yes | Y coordinate in page pixels | |
| modifiers | No | Modifier keys to hold during click: ["ctrl"], ["shift"], ["alt"], ["meta"], or combinations | |
| click_type | No | Click type: "left" (default), "right", "double" |