Assistive-Webdriver

Home > vm-providers > Rectangle

Rectangle interface

Contains the position and size of a rectangle on the screen.

Signature:

export interface Rectangle extends SimplePosition 

Extends: SimplePosition

Properties

Property Type Description
height number Height (in pixels) of the rectangle.
width number Width (in pixels) of the rectangle.