Struct webdriver::common::WebElement [] [src]

pub struct WebElement {
    pub id: String,
}

Fields

id: String

Methods

impl WebElement
[src]

Trait Implementations

impl PartialEq for WebElement
[src]

fn eq(&self, __arg_0: &WebElement) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &WebElement) -> bool

This method tests for !=.

impl ToJson for WebElement
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON