Struct webdriver::command::AddCookieParameters [] [src]

pub struct AddCookieParameters {
    pub name: String,
    pub value: String,
    pub path: Nullable<String>,
    pub domain: Nullable<String>,
    pub expiry: Nullable<Date>,
    pub secure: bool,
    pub httpOnly: bool,
}

Fields

Trait Implementations

impl PartialEq for AddCookieParameters
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Parameters for AddCookieParameters
[src]

impl ToJson for AddCookieParameters
[src]

Converts the value of self to an instance of JSON