Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Wait for UI element or window to appear. When you need to wait for dialog to open, loading to complete, or synchronize with application state before next action. Default timeout is 10 seconds.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -50% | 0% |
等待某个 UI 元素或窗口出现。
| 参数 | 类型 | 必填 | 说明 | |------|------|------|------| | target | string | 是 | 元素描述或窗口标题 | | target_type | string | 否 | 目标类型:element(默认)/ window | | timeout | integer | 否 | 超时时间(秒),默认 10 |
element: 等待 UI 元素出现window: 等待窗口出现等待保存对话框:
json{"target": "另存为", "target_type": "window"}
等待确定按钮:
json{"target": "确定按钮", "timeout": 5}
desktop-click: 等待后点击desktop-find-element: 查找元素Other measured skills in the registry, with their headline benchmark lift.