set_cookie
Set a cookie in the live browser by specifying name, value, domain, and optional parameters such as path, secure, expires, or httpOnly.
Instructions
Set a cookie in the live browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | No | ||
| value | Yes | ||
| domain | Yes | ||
| secure | No | ||
| expires | No | ||
| httpOnly | No |