browser_sessionstorage_set
Set a key-value pair in sessionStorage to store temporary data within a browser session. Supports managing client-side session data.
Instructions
Set a sessionStorage key to a value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |