interceptor_browser_list_storage_keys
List localStorage/sessionStorage keys for the current origin with pagination, key filtering, and truncated value previews. Inspect browser web storage values without reloading the page.
Instructions
List localStorage/sessionStorage keys for the current origin with pagination and truncated value previews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default: 50, max: 500) | |
| offset | No | Offset into results (default: 0) | |
| origin | No | Optional origin override (must match current page origin) | |
| target_id | Yes | Target ID from interceptor_browser_launch or interceptor_camoufox_launch | |
| key_filter | No | Filter by key substring | |
| storage_type | Yes | Storage type | |
| value_max_chars | No | Max characters for storage value previews (default: 256) |