Enum webdriver::command::PointerOrigin [] [src]

pub enum PointerOrigin {
    Viewport,
    Pointer,
    Element(WebElement),
}

Variants

Trait Implementations

impl PartialEq for PointerOrigin
[src]

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

This method tests for !=.

impl Parameters for PointerOrigin
[src]

impl ToJson for PointerOrigin
[src]

Converts the value of self to an instance of JSON

impl Default for PointerOrigin
[src]

Returns the "default value" for a type. Read more