Freeze
Capture a webpage state at a moment in time for inspection.
Freeze the moment.
Study what happened.
A planned browser tool for capturing and inspecting transient webpage states, reproducing timing-sensitive bugs, and understanding what happened between interactions.
01 / What it is
Transient interface behavior can vanish before a screenshot, recording, or inspector captures what mattered. Mannequin is being explored as a way to freeze webpage state itself, inspect the details, and build a clearer path back to the same behavior.
02 / Planned capabilities
Capture a webpage state at a moment in time for inspection.
Return the frozen live page to normal execution where technically supported.
Review recent captured states and inspect an earlier moment.
Record a structured sequence of relevant interactions and timing without advertising sensitive-input capture.
Replay a valid recorded sequence so timing-sensitive behavior can be tested again.
Vary action delays around the recorded interval to explore inconsistent bugs and race conditions.
Experimental planned control for stepping through webpage behavior. It is not a promise of literal browser compositor control.
Study DOM, styles, layout, attributes, element state, and relevant differences between captures.
03 / Who it is for
For loading states that flash, menus that disappear, race conditions tied to timing, and bugs that need a reliable sequence of steps.
For studying animated interface states and capturing a transient visual moment with more context than a conventional screenshot.
For turning an unclear report into a structured, inspectable reproduction path.
Mannequin is in development. Planned capabilities may change as browser constraints, privacy boundaries, and real testing shape the product.