Delay

The Delay building block allows you to pause the TaskBot for a specified duration before executing the next action.

How It Works

  1. Minimum (seconds): Specify the shortest duration for the pause. The default is 1 second.

  2. Maximum (seconds): Specify the longest duration for the pause. The default is 1 second.

Behavior during Run

  • If the maximum is less than the minimum, the pause will use the minimum only.

  • If the maximum is greater than the minimum, the actual pause duration will be randomized between the two values. Randomization helps avoid anti-bot detection algorithms.

  • If the minimum and maximum times are removed or left blank, the TaskBot will skip the delay and proceed immediately to the next action.

Here is an example of a delay that will be randomized between 1 and 1.5 seconds:

Here is an example of a delay that will be randomized between dynamic values:

Last updated

Was this helpful?