Interface: Postable

Postable

Source:

Methods

isPosted() → {boolean}

Source:
Returns:
True if element is posted in the page.
Type
boolean

post()

Posts the element.
Source:

post(xnullable, ynullable)

Posts the element at the given coordinates.
Parameters:
Name Type Attributes Description
x number <nullable>
The x coordinate.
y number <nullable>
The y coordinate.
Source:

unpost()

Removes element from page.
Source: