Skip to main content

Pause

🔗 Original page — Source for this material


Description

This action stops the project for a specified period of time, measured in seconds.

image-20200806-154158

How do I add this action to a project?

Through the context menu Add ActionLogicPause

image-20200806-154522

Or you can use the ❗→ smart search.

What is this used for?

  • To wait for a website to fully load
  • To simulate human behavior on a site by adding random pauses
  • To set a time gap between actions

How do I work with this action?

Information

The value is set in seconds. If you use variables, the value must be numeric.

Exact

The project will pause for the specified number of seconds. You can enter the value directly or use a variable with a numeric value.

image-20200806-155252

Interval

Specify a pause within the given numeric range; you can use variables.

  • From — minimum time in seconds.
  • To — the maximum pause in seconds, EXCLUSIVE.

image-20200806-154703

The project will wait for an amount of time randomly chosen from the range of 20 to 59 seconds.

Example usage

Let’s say you need to perform several similar actions on a website. To keep them from looking too robotic because of how quickly they run, we recommend adding random pauses between the actions.

image-20200816-184534

It would look like this:

  1. Load the resource
  2. Perform the necessary actions
  3. Set a pause in the range
  4. Perform actions

By adding pauses between your actions, the website will see you as a “real” user, and not a bot.

  1. ❗→ Go to page