Struct webdriver::command::SendKeysParameters [] [src]

pub struct SendKeysParameters {
    pub text: String,
}

Fields

Trait Implementations

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

impl ToJson for SendKeysParameters
[src]

Converts the value of self to an instance of JSON