browser_sessionstorage_set
Set a sessionStorage key-value pair to maintain data temporarily within the browser tab during the session.
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 |