localstorage_get
Access localStorage from a stealth browser session by retrieving all data or a specific key, enabling inspection of stored values for web automation tasks.
Instructions
Get all localStorage data or a specific key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key to get (empty = all) |