find_disappearing_elements
Scan a recorded session to detect elements that existed temporarily and were later removed or hidden, helping diagnose disappearing UI components.
Instructions
Automatically scan the session and identify all elements that existed temporarily and were subsequently removed or hidden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| maxLifespanMs | No | Maximum lifespan in ms to consider (default: 5000ms) |