desktop_click
Click at exact screen coordinates (x,y) with customizable hold duration and click count, returning success confirmation.
Instructions
在屏幕指定物理像素坐标 (x,y) 处执行鼠标单击。高完整性进程注入,带真人式按压时长(默认120ms)。返回是否成功。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | 物理像素 X(截图坐标系) | |
| y | Yes | 物理像素 Y | |
| times | No | 点击次数(默认1,最多5) | |
| hold_ms | No | 按压保持毫秒数(默认120) |