mouse_click
Click at specified screen coordinates to interact with GUI applications. Verify click success by detecting visual changes around the target area.
Instructions
Click at screen coordinates. Use coordinates from screen_shot() or inspect().
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 — retry with adjusted coordinates or take a new screen_shot().
reaction_time_ms: how quickly the change was detected (ms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| button | No | left |