safari_set_session_storage
Sets a string value in Safari's session storage for the given key, persisting data only until the tab closes.
Instructions
Set a value in sessionStorage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Storage key | |
| value | Yes | Value to store |