Struct webdriver::command::SwitchToWindowParameters [] [src]

pub struct SwitchToWindowParameters {
    pub handle: String,
}

Fields

Trait Implementations

impl PartialEq for SwitchToWindowParameters
[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 SwitchToWindowParameters
[src]

impl ToJson for SwitchToWindowParameters
[src]

Converts the value of self to an instance of JSON