safari_set_local_storage
Set a value in Safari's localStorage. Provide the storage key and value to update browser data.
Instructions
Set a value in localStorage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Storage key | |
| value | Yes | Value to store |