Struct webdriver::command::LocatorParameters
[−]
[src]
pub struct LocatorParameters {
pub using: LocatorStrategy,
pub value: String,
}Fields
using: LocatorStrategy
value: String
Trait Implementations
impl PartialEq for LocatorParameters[src]
fn eq(&self, __arg_0: &LocatorParameters) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &LocatorParameters) -> bool
This method tests for !=.