Enum webdriver::command::KeyAction [] [src]

pub enum KeyAction {
    Up(KeyUpAction),
    Down(KeyDownAction),
}

Variants

Trait Implementations

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

impl ToJson for KeyAction
[src]

Converts the value of self to an instance of JSON