cookie_set
Set a browser cookie with name, value, and optional domain, path, security, and expiration settings. Domain defaults to the current page if not specified.
Instructions
Set a cookie. Domain defaults to current page domain if not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | No | ||
| value | Yes | ||
| domain | No | ||
| secure | No | ||
| tab_id | No | ||
| expires | No | ||
| http_only | No | ||
| same_site | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |