Assistive-Webdriver

Home > vm-providers > ScreenPosition

ScreenPosition interface

A position in the screen, that extends SimplePosition with the size of the screen in pixels, because it is needed by some providers (i.e. qemu) to compute the mouse position to send to the virtual machine.

Signature:

export interface ScreenPosition extends SimplePosition 

Extends: SimplePosition

Properties

Property Type Description
screenHeight number Height of the screen in pixels.
screenWidth number Width of the screen in pixels.