// 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)
- Download and extract the .zip above.
- Open
chrome://extensionsand enable Developer mode. - Click Load unpacked and select the extracted folder.
- Pin the Selector Recorder and click it on any page to start capturing.