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

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
- Add a Random › Random Delay command.
- Enter the min (ms) and max (ms).
- Save. Each run waits a random duration within that range.
Every option explained
Real example
Example: wait a random 0.5–1.5 seconds
- Random Delay, min=500, max=1500.
- 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