charlotte_click
Clicks a web page element by ID, supporting left, right, or double clicks with optional modifier keys, then returns the updated page representation.
Instructions
Click an interactive element on the page. Returns full page representation after the click.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | Yes | Target element ID from page representation | |
| click_type | No | Click type: "left" (default), "right", "double" | |
| modifiers | No | Modifier keys to hold during click: ["ctrl"], ["shift"], ["alt"], ["meta"], or combinations like ["ctrl", "shift"] |