trace_element
Trace the complete lifecycle of a DOM element—from creation, mounting, mutations, and style changes to removal—to diagnose when and why UI elements disappear or change.
Instructions
Trace the entire chronological lifecycle of a DOM element from creation, mounting, mutations, style changes to unmounting/removal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | No | LogicalNodeId of the element | |
| selector | No | CSS selector hint for the element | |
| sessionId | Yes | Session ID |