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