set_cookie
The command to set a cookie into the current browser session.
Syntax
Usage
correct usage
incorrect usage
Arguments
cookie (Dict)
- A dictionary with required keys:"name"
and"value"
Optional keys: "path"
, "domain"
, "secure"
, "expiry"
Yields
None
Last updated