For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delay

在一段时间内暂停等待。

Delay是用于在执行下一个操作之前暂停脚本的一种动作。在GPM Automate的配置中,时间以毫秒(ms)为单位计算,其中1秒=1000毫秒。

此动作支持随机暂停机制(Random Delay),帮助准确模拟用户的操作,最大限度减少系统/平台对自动行为的扫描频率(Anti-bot)。

配置参数:

  • Min (ms): 最小暂停时间。

  • Max (ms): 最大暂停时间。

实际示例:

如果您将Min配置为2000,Max配置为4000。当脚本运行到此动作时,系统将自动计算并在2000ms到4000ms之间的随机时间内暂停流(例如:这一轮暂停2843 ms,下一轮可能暂停3120 ms)。

最后更新于

这有帮助吗?