get_storage
Read localStorage, sessionStorage, and cookies from the current Chrome tab, including cookie flags and expiry, to inspect session state or prepare login snapshots.
Instructions
Read localStorage, sessionStorage or cookies of the current origin (type=all for every one). Read-only. Cookies come with domain, path, expiry and the httpOnly/secure flags, so this also answers whether a session cookie is present — write them back with set_storage, or snapshot a logged-in state with session_fixture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | all returns the three together | all |
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one |