safari_set_session_storage
Store data temporarily in Safari's sessionStorage during browser automation. Use this tool to save key-value pairs that persist only for the current browsing session.
Instructions
Set a value in sessionStorage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Storage key | |
| value | Yes | Value to store |