WebDriver.Cookie

A module for querying and manipulation of cookies. Cookies are defined in a struct with the following fields:

Source

Summary

from_response(cookie)

Creates a cookie struct from a webdriver response

Functions

from_response(cookie)

Creates a cookie struct from a webdriver response.

Source