Struct webdriver::command::PointerMoveAction [] [src]

pub struct PointerMoveAction {
    pub duration: Nullable<u64>,
    pub element: Nullable<WebElement>,
    pub x: Nullable<u64>,
    pub y: Nullable<u64>,
}

Fields

Trait Implementations

impl PartialEq for PointerMoveAction
[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 PointerMoveAction
[src]

impl ToJson for PointerMoveAction
[src]

Converts the value of self to an instance of JSON