> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alterhq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 等待

> 在计算机使用操作之间暂停执行

当页面、对话框或应用程序状态需要时间更新时，使用“等待”在 UI 操作之间添加时间间隔。

## 它的作用

* 暂停执行指定的秒数。
* 接受数值并强制指定有效范围。

＃＃ 输入

* `seconds`（必需）：暂停的正秒数（最大 3600）。

## 典型用途

* 导航后添加短暂等待。
* 提交/单击后暂停，然后再次阅读上下文。
* 稳定 UI 异步渲染的多步骤流程。

## 良好的配对

* [执行](/apps-tools/computer-use-perform)
* [获取活动应用程序上下文](/apps-tools/computer-use-get-active-app-context)
