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

Move & resize an extension popup (CDP)
What it does
The Resize Extension Popup command finds the extension popup window (by ID and keywords like notification/popup/confirm) then sets its position (X, Y) and size (width × height). This keeps click coordinates on the popup stable across runs.
When to use it
- Fix the popup position/size before coordinate-based Click Popup.
- Bring the popup into view to capture/read.
- Normalize a wallet popup before a sequence of actions.
Configuration steps
- Add Browser › Resize Extension Popup.
- Enter the extension ID and (optionally) keywords to match the popup.
- Set X, Y, Width, Height and a timeout. Save.
Every option explained
Real example
Example: normalize popup then click
- Resize Extension Popup: wallet ID, X=0, Y=0, 420×720.
- Click Extension Popup at a fixed coordinate.
Tips & common mistakes
Resize first, then use coordinate-based Click Popup — coordinates stay correct because the popup is always at the same place/size.
RunMacro