add_cookie
Add a cookie to the browser session. The browser must be on a page matching the cookie's domain.
Instructions
Add a cookie. Browser must be on a page from the cookie's domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| domain | No | ||
| path | No | ||
| secure | No | ||
| http_only | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |