// tools

Selector Recorder

A free Chrome extension to visually capture resilient selectors from any website and use them in your AegisRunner test steps.

Point and click

Hover any element on a live page and the recorder highlights it and captures a resilient selector.

Copy the selector

It prefers text, role and data-testid over brittle CSS/XPath — the same strategy AegisRunner uses.

Use it in a step

Paste the selector into any test step in your suite. No DevTools spelunking required.

Manual install (unpacked)

  1. Download and extract the .zip above.
  2. Open chrome://extensions and enable Developer mode.
  3. Click Load unpacked and select the extracted folder.
  4. Pin the Selector Recorder and click it on any page to start capturing.