mouse_double_click
Perform a double-click at specified screen coordinates to open files or select text in any GUI application running on the virtual desktop.
Instructions
Double-click at screen coordinates. Use for opening files or selecting words.
Returns a dict with:
action: description of what was performed.
screen_changed: whether the 200x200 px zone around the click visibly changed within 2 s. If false the click likely missed its target.
reaction_time_ms: how quickly the change was detected (ms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| button | No | left |