click_xy
Click at native screen coordinates on a remote Windows PC. Use when no UI element target exists to simulate a mouse click at precise pixel positions.
Instructions
Click at native screen coordinates (0…native_width-1, 0…native_height-1 from observe). Last resort when no suitable UIA target exists — prefer click_target. Never use JPEG/downscaled pixel coords. Side effect: real mouse click on the remote desktop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Native X (0…native_width-1) | |
| y | Yes | Native Y (0…native_height-1) | |
| button | No | Mouse button (default left) | |
| double | No | If true, double-click | |
| session_id | Yes | Active session id |