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

Switch tabs in background Chrome (CDP)
What it does
The Switch Tab command moves the background Chrome focus to a tab by its index (starting at 1). Subsequent web commands act on the selected tab.
When to use it
- After opening several tabs, select the right one to act on.
- Return to the original tab after opening a side tab.
- Alternate work between tabs.
Configuration steps
- In Browser Mode (CDP), add the Browser › Switch Tab command.
- Enter the tab index (1 is the first tab).
- Save and place it before the actions that should run on that tab.
Every option explained
Real example
Example: work on the 2nd tab
- Open a New Tab (becomes tab 2).
- Switch Tab → 2.
- Run Smart HTML on tab 2.
Tips & common mistakes
If the index is greater than the number of open tabs, the command errors out and stops (it does not pick another tab). An index below 1 is clamped to tab 1. Make sure the target tab is open before switching.
RunMacro