diff_dom
Compare two DOM states to detect additions, removals, moves, and attribute, style, or text changes. Use timestamps or event IDs to pinpoint UI differences and diagnose layout issues.
Instructions
Compare two DOM states between timestamp T1 and T2 (or event E1 and E2) and return structured additions, removals, moves, attribute, style, and text changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| e1 | No | Start event ID (alternative to t1) | |
| e2 | No | End event ID (alternative to t2) | |
| t1 | No | Start timestamp in milliseconds | |
| t2 | No | End timestamp in milliseconds | |
| sessionId | Yes | Session ID |