Enum webdriver::common::FrameId
[−]
[src]
pub enum FrameId {
Short(u16),
Element(WebElement),
Null,
}Variants
Short(u16)Element(WebElement)NullMethods
impl FrameId[src]
fn from_json(data: &Json) -> WebDriverResult<FrameId>
Trait Implementations
impl Debug for FrameId[src]
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 !=.