browser_state_diff
Compare two browser moments to identify changes in storage, URL, console errors, and failed requests, revealing what broke between working and failing states.
Instructions
DIFF TWO MOMENTS. Given two moments (anchor tokens from browser_timetravel, timestamps, or "last_error"), show what changed between them: localStorage/sessionStorage keys added/removed/changed, URL and title changes, and the navigations, actions, console errors, and failed requests that occurred in between. The fast way to answer "what actually changed between when it worked and when it broke."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | The later moment: an anchor token, a timestamp (ms epoch), or "last_error". | |
| from | Yes | The earlier moment: an anchor token, a timestamp (ms epoch), or "last_error". |