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

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

Variants

Methods

impl FrameId
[src]

Trait Implementations

impl PartialEq for FrameId
[src]

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

This method tests for !=.

impl Debug for FrameId
[src]

Formats the value using the given formatter.

impl ToJson for FrameId
[src]

Converts the value of self to an instance of JSON