get_dom_state
Reconstruct a full DOM snapshot for any past timestamp or event ID via delta replay to diagnose UI disappearances and layout changes.
Instructions
Reconstruct the complete DOM snapshot at an arbitrary timestamp or event ID using checkpoint delta replay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (default: html) | |
| eventId | No | Target event ID | |
| sessionId | Yes | Session ID | |
| timestamp | No | Target timestamp in milliseconds |