Struct webdriver_client::messages::Cookie [] [src]

pub struct Cookie {
    pub name: String,
    pub value: String,
    pub path: String,
    pub domain: String,
    pub secure: bool,
    pub httpOnly: bool,
}

Fields

Trait Implementations

impl Debug for Cookie
[src]

Formats the value using the given formatter.