Struct webdriver::command::KeyDownAction [] [src]

pub struct KeyDownAction {
    pub value: char,
}

Fields

Trait Implementations

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

impl ToJson for KeyDownAction
[src]

Converts the value of self to an instance of JSON