get_cookie
The command to get the cookie with the given name.
Syntax
Usage
correct usage
Arguments
name (str)
- The name of the cookie
Yields
Dict
- The cookie as a dictionary. Cookie objects have the following properties:name
value
path
domain
httpOnly
secure
expiry
Returns None if the cookie does not exist
Last updated