browser_get_storage
Retrieve localStorage and sessionStorage data not visible in HTTP traffic. Extract tokens, API keys, and preferences stored client-side by web apps.
Instructions
Dump browser localStorage and/or sessionStorage contents. Returns data the PROXY CANNOT SEE.
PREREQUISITE: browser_open and browser_go must have been called first.
Web apps often store JWT tokens, API keys, user preferences, or feature flags in browser storage. This data never appears in HTTP traffic — it's only accessible client-side.
Args: storage_type: What to read — "local" (localStorage only), "session" (sessionStorage only), or "both" (default) session_name: Browser session to use (default: "default")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | ||
| session_name | No | default | |
| storage_type | No | both |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |