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

Select an extension popup target to act on (CDP)
What it does
The Select Extension Popup command finds an extension popup window (by title/URL contains, or popup keywords like notification/confirm/approval) and switches CDP focus to it. After this, Smart HTML/click commands act on that popup.
When to use it
- Confirm a transaction on a crypto wallet popup.
- Act on an extension approval/connect window.
- Ensure following commands target the popup, not the main tab.
Configuration steps
- Once the extension popup appears, add Browser › Select Extension Popup.
- Enter Title contains or URL contains to match the right popup.
- Set a timeout (seconds) to wait for the popup. Save.
Every option explained
Real example
Example: select a confirm popup
- Select Extension Popup: URL contains
notification. - Smart HTML › Click the "Confirm" button on the popup.
- Continue the script.
Tips & common mistakes
Unlike Click Popup (coordinate-based), this only switches focus — then use Smart HTML to act by selector, which is more reliable.
RunMacro