Skip to main content
My robot

Wait

Wait

Pauses the robot for a set time before moving to the next action. Useful for waiting on a page to load, a slow system, an external process, or anything else that needs a controlled gap between steps.


Options

Time in seconds

How many seconds the robot waits before carrying on. The minimum is 1.

Returns

This action has no returns.

Rules and conditions

  • Time in seconds is required.
  • The minimum accepted value is 1 second.
  • The wait is fixed — the robot does not move on before the time is up.