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

Reload the page in background Chrome (CDP)
What it does
The Reload command refreshes the active background Chrome tab (like pressing F5). You can enable ignore cache to force a full reload from the server.
When to use it
- The page is stuck/temporarily broken and needs a reload before retrying.
- Wait for new content to appear after a refresh.
- Force the freshest data (ignore cache).
Configuration steps
- In Browser Mode (CDP), add the Browser › Reload command.
- Optionally enable Ignore cache.
- Add a Delay afterwards so the page finishes loading. Save.
Every option explained
Real example
Example: wait for reloaded content
- Reload (ignore cache).
- Delay 2000ms.
- Smart HTML › IF element exists to check.
Tips & common mistakes
Always add a Delay or Smart HTML › Wait for element after Reload to be sure the page is ready.
RunMacro