charlotte_click
Click an interactive element by ID to trigger actions and receive the updated page representation. Returns the full page state after the click, enabling automated web interactions.
Instructions
Click an interactive element on the page. Returns full page representation after the click.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modifiers | No | Modifier keys to hold during click: ["ctrl"], ["shift"], ["alt"], ["meta"], or combinations like ["ctrl", "shift"] | |
| click_type | No | Click type: "left" (default), "right", "double" | |
| element_id | Yes | Target element ID from page representation |