browser_sessionstorage_get
Fetch a sessionStorage item by key to read session data during automated browser tasks. Returns null when the key does not exist.
Instructions
Get a sessionStorage item by key. Returns null if absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |