browser_sessionstorage_set
Set a sessionStorage key-value pair on the active page's origin to manage client-side state during automated browsing. Use to store temporary data needed for web automation tasks.
Instructions
Set a sessionStorage item on the active page's origin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes |