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

# 等待

## 指令说明

**描述：** 让流程等待指定的时间，然后再执行后面的指令。

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/v_rTeoLOdoPnGE6I/helpcenter/commands/wait/images/wait-command-01.png?fit=max&auto=format&n=v_rTeoLOdoPnGE6I&q=85&s=fe2eac29cd007b8702ef5ba006358297" alt="等待指令参数面板" width="643" height="254" data-path="helpcenter/commands/wait/images/wait-command-01.png" />

    | 参数          | 说明                                |
    | ----------- | --------------------------------- |
    | **等待时长（s）** | 输入流程等待的时间，单位是秒。配合产生随机数指令，可以等待随机时间 |
  </Tab>

  <Tab title="高级">
    本指令暂无高级参数。
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/v_rTeoLOdoPnGE6I/helpcenter/commands/wait/images/wait-command-flow.png?fit=max&auto=format&n=v_rTeoLOdoPnGE6I&q=85&s=f8a7bbc5b91434662a7592ffaa703efb" alt="等待使用示例 - 流程搭建" width="861" height="142" data-path="helpcenter/commands/wait/images/wait-command-flow.png" />

**该流程执行逻辑：**

使用【打开网页】指令在八爪鱼浏览器打开目标网页

等待时间 3 秒后再执行下一个步骤【点击网页元素】

### 效果展示

流程暂停 3 秒后，继续执行后续操作。

<img src="https://mintcdn.com/bazhuayu-rpa-docs/v_rTeoLOdoPnGE6I/helpcenter/commands/wait/images/wait-command-effect.png?fit=max&auto=format&n=v_rTeoLOdoPnGE6I&q=85&s=6a65c6595d60d07484c7f70306239e94" alt="等待使用示例 - 效果展示" width="840" height="200" data-path="helpcenter/commands/wait/images/wait-command-effect.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
