observe_device
Capture a device's current state with a screenshot and UI control tree in one call, faster than separate requests, for automation scripting.
Instructions
一次性获取设备当前状态:截图 + 控件树,比分开调用更快。 返回截图(PNG 图片)和控件树(Android JSON / iOS XML)。 【重要】拿到控件树后,编写代码必须优先使用控件选择器(通过 text/id/className 等属性定位并操作控件),只有控件树中确实找不到目标元素时才用坐标点击。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||