Assistive-Webdriver

Home > vm-providers > SimplePosition

SimplePosition interface

A position specified by the horizontal (x) and vertical (y) coordinates.

Signature:

export interface SimplePosition 

Properties

Property Type Description
x number Horizontal coordinate in pixels (distance from the left)
y number Horizontal coordinate in pixels (distance from the top)