safari_set_cookie
Set a cookie on the current Safari page to manage session data or authentication. Specify attributes like name, value, domain, path, expiry, secure, and SameSite.
Instructions
Set a cookie on the current page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Cookie name | |
| value | Yes | Cookie value | |
| domain | No | Cookie domain | |
| path | No | Cookie path (default: /) | |
| expires | No | Expiry date (e.g. 'Thu, 01 Jan 2030 00:00:00 GMT') | |
| secure | No | Secure flag | |
| sameSite | No | SameSite attribute |