Region()
The core module for detecting and performing ui automation in a region of interest which is a part of screen device
Constructor
Region(x: number, y: number, width: number, height: number)
Parameters
Parameters | Type | Description |
---|---|---|
x | number | The x coordinate |
y | number | The y coordinate |
width | number | The width bounding box |
height | number | The height bounding box |