Enum webdriver::common::FrameId [] [src]

pub enum FrameId {
    Short(u16),
    Element(WebElement),
    Null,
}

Variants

Short(u16)Element(WebElement)Null

Methods

impl FrameId
[src]

Trait Implementations

impl PartialEq for FrameId
[src]

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

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

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

This method tests for !=.

impl ToJson for FrameId
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON