double_click
Perform a double left-click at a specific screen coordinate. Supports optional modifier keys like Ctrl or Shift for advanced interactions.
Instructions
Double 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'. |