当页面、对话框或应用程序状态需要时间更新时,使用“等待”在 UI 操作之间添加时间间隔。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.
它的作用
- 暂停执行指定的秒数。
- 接受数值并强制指定有效范围。
seconds(必需):暂停的正秒数(最大 3600)。
典型用途
- 导航后添加短暂等待。
- 提交/单击后暂停,然后再次阅读上下文。
- 稳定 UI 异步渲染的多步骤流程。