getLocation
Determine an element’s location on the page. The point (0, 0) refers to the upper-left corner of the page.
Usage
1 | client.getLocation(selector).then(callback); |
Parameters
Param | Type | Details |
---|---|---|
selector | String | element with requested position offset |
Example
1 | client |