triple_click
Perform a triple left-click at specified screen coordinates, with optional modifier keys like Ctrl or Shift+Alt for advanced interaction.
Instructions
Triple left-click at a coordinate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coordinate | Yes | [x, y] in the model coordinate space (scaled to the screen). | |
| text | No | Optional modifier key(s) to hold during the click, e.g. 'ctrl' or 'shift+alt'. |