Skip to main content

set_cookie

Browser

Sets 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

Related Learning Articles

Was this helpful?