tap_screen
Execute a click at specified screen coordinates to interact with Android UI elements. Get coordinates from get_ui_dump bounds.
Instructions
在屏幕指定坐标执行点击操作。坐标应从 get_ui_dump 的 bounds 属性动态获取。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | 点击位置的 x 坐标。 | |
| y | Yes | 点击位置的 y 坐标。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |