Enum webdriver::response::WebDriverResponse [] [src]

pub enum WebDriverResponse {
    NewSession(NewSessionResponse),
    DeleteSession,
    WindowSize(WindowSizeResponse),
    ElementRect(ElementRectResponse),
    Cookie(CookieResponse),
    Generic(ValueResponse),
    Void,
}

Variants

NewSession(NewSessionResponse)DeleteSessionWindowSize(WindowSizeResponse)ElementRect(ElementRectResponse)Cookie(CookieResponse)Generic(ValueResponse)Void

Methods

impl WebDriverResponse
[src]

fn to_json_string(self) -> String

Trait Implementations

impl Debug for WebDriverResponse
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.