Docs

RunMacro Documentation

Learn RunMacro from basics to advanced.

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

RunMacro robot
Docs Browser Resize Extension Popup
📐 Browser

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

  1. Add Browser › Resize Extension Popup.
  2. Enter the extension ID and (optionally) keywords to match the popup.
  3. Set X, Y, Width, Height and a timeout. Save.

Every option explained

Extension ID

Only match the popup of the extension with this ID.

Keywords (patterns)

Comma-separated keywords to identify the popup, default notification,popup,connect,confirm,approval,signature.

X, Y

Target position for the popup (relative to the Chrome window).

Width, Height

The popup size after resizing (default 420×720).

Timeout (seconds)

How long to wait for the popup (default 10s).

Real example

Example: normalize popup then click

  1. Resize Extension Popup: wallet ID, X=0, Y=0, 420×720.
  2. 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 robot

Ready to automate smarter?

Download RunMacro and start automating your desktop, browser, and business workflows today.