storage_diff
Compare current storage state against an earlier snapshot to identify changes in cookies, localStorage, sessionStorage, and URL modifications.
Instructions
⭐ Compare current state vs an earlier storage_snapshot. Returns JSON showing what changed (added/removed/modified per area + url change).
Pattern:
storage_snapshot("before")
<do an action e.g. click login>
storage_diff("before") → returns what the action actually changed
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | default |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |