Struct webdriver::command::LocatorParameters [] [src]

pub struct LocatorParameters {
    pub using: LocatorStrategy,
    pub value: String,
}

Fields

Trait Implementations

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

impl ToJson for LocatorParameters
[src]

Converts the value of self to an instance of JSON