A Ranorex snapshot is a point-in-time capture of the AUT’s UI structure (element tree + properties). Snapshots are created and viewed in Spy, and use the .rxsnp file extension.
Snapshots are commonly used to share a reproducible UI state with Ranorex Support, Technical Sales, or teammates when troubleshooting identification issues.
Create a standard snapshot (no hidden UI elements)
- Start your AUT and navigate to the screen you want to capture.
- Start Ranorex Spy.
- Track a representative UI element using TRACK.
- In the Element Tree toolbar, click Save as snapshot… and save the file.
Create a snapshot that includes hidden UI elements (menus, drop-downs)
Hidden UI elements are not automatically included because they appear as separate top-level items in Spy. To capture them reliably, use instant tracking and then cache the snapshot to memory.
- Open the AUT and make the hidden element visible (open the drop-down/context menu).
- Start Ranorex Spy.
- With the hidden element in focus, press Ctrl + WIN (instant tracking).
- Immediately press Scroll to create and cache the snapshot to working memory.
- Click Save as snapshot… to save the cached snapshot to disk.
Load a snapshot
- In Spy, click Load from snapshot… in the element tree toolbar.
- Select the
.rxsnpfile and open it. - Confirm Spy indicates SNAPSHOT mode (not LIVE).