browser_localstorage_get
Retrieves a browser localStorage value by key, returning null if the key doesn't exist. Provides direct access to client-side data for automated web workflows.
Instructions
Get a localStorage item by key. Returns null if absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |