Docs

RunMacro Documentation

Learn RunMacro from basics to advanced.

Everything you need to start and master RunMacro — from basic commands to advanced automation workflows.

RunMacro robot
Docs Random Random Delay
⏱ Random

Wait a random amount of time in RunMacro

What it does

The Random Delay command pauses the script for a random duration between the min and max you set (in milliseconds). It keeps the rhythm irregular and natural-timing.

When to use it

  • Insert between actions to test a workflow under variable response times.
  • Wait for a page/app with a varying duration.
  • Do not use random delay to bypass abuse controls; follow the service terms and rate limits.

Configuration steps

  1. Add a Random › Random Delay command.
  2. Enter the min (ms) and max (ms).
  3. Save. Each run waits a random duration within that range.

Every option explained

Min (ms) / Max (ms)

The wait range. 1000 = 1 second.

Real example

Example: wait a random 0.5–1.5 seconds

  1. Random Delay, min=500, max=1500.
  2. Place it between type/click steps for a natural feel.

Tips & common mistakes

Use Random Delay instead of a fixed Wait when you want less predictable behavior.
RunMacro robot

Ready to automate smarter?

Download RunMacro and start automating your desktop, browser, and business workflows today.