WebDriver.Cookie
A module for querying and manipulation of cookies. Cookies are defined in a struct with the following fields:
name
value
path
domain
secure
expiry
Summary
from_response(cookie) | Creates a cookie struct from a webdriver response |