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

pub enum WebDriverResponse {
    CloseWindow(CloseWindowResponse),
    Cookie(CookieResponse),
    Cookies(CookiesResponse),
    DeleteSession,
    ElementRect(RectResponse),
    Generic(ValueResponse),
    NewSession(NewSessionResponse),
    Timeouts(TimeoutsResponse),
    Void,
    WindowRect(RectResponse),
}

Variants

Methods

impl WebDriverResponse
[src]

Trait Implementations

impl Debug for WebDriverResponse
[src]

Formats the value using the given formatter.