safari_set_local_storage
Set a key-value pair in Safari's localStorage to store data like preferences, tokens, or state needed for web automation tasks.
Instructions
Set a value in localStorage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Storage key | |
| value | Yes | Value to store |