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

Click by coordinates on an extension popup (CDP)
What it does
The Click Extension Popup command finds an extension popup window (by title/URL) then clicks at X, Y inside it. Useful when the popup is hard to target by selector.
When to use it
- Click Confirm/Approve on a wallet popup when there is no selector.
- Quickly act on a popup with a fixed layout.
Configuration steps
- Add Browser › Click Extension Popup.
- Enter Title/URL contains to match the popup and the X, Y to click.
- Choose the mouse button and timeout. Save.
Every option explained
Real example
Example: confirm a transaction
- Click Extension Popup: URL contains
notification, X=210, Y=560 (Confirm button). - Delay 1000ms then continue.
Tips & common mistakes
Fixed coordinates break when the popup resizes. If the popup has selectors, prefer Select Popup + Smart HTML over coordinate clicks.
RunMacro