charlotte_click_at
Clicks at specified page coordinates to interact with custom widgets, canvas, or non-accessible elements. Returns the page state after the click.
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 | |
| click_type | No | Click type: "left" (default), "right", "double" | |
| modifiers | No | Modifier keys to hold during click: ["ctrl"], ["shift"], ["alt"], ["meta"], or combinations |