get_local_storage
Get a localStorage value by key, or return all keys when no key is provided. Use it to inspect browser state during automated web tests.
Instructions
Get a value from localStorage, or return all keys if no key is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | localStorage key (omit for all) |