set_cookie
BrowserSets a browser cookie.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | — | Cookie name |
value | string | Yes | — | Cookie value |
domain | string | No | | Cookie domain |
path | string | No | / | Cookie path |
url | string | No | | Cookie URL |
Usage Example
RTILA X PROJECT JSON
{
"command": "set_cookie",
"params": {
"name": "session",
"value": "a1b2c3",
"domain": "learn.rtila.com",
"path": "/",
"url": ""
}
}
Related Scenarios
- View /scenarios/authentication/6 · authentication
Related Learning Articles
Was this helpful?
Thank you for your feedback!