screen_click
Perform mouse clicks at given screen coordinates. Use coordinates from visual object detection to automate clicking on UI elements.
Instructions
鼠标点击(需 VISION_ALLOW_SCREEN_CONTROL=1)。坐标通常来自 locate_object 对截图的定位结果。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| button | No | 默认 left | |
| double | No | 是否双击,默认 false |