Region()
The core module for detecting and performing ui automation in a region of interest which is a part of screen device
The core module for detecting and performing ui automation in a region of interest which is a part of screen device
To perform parameterize click behaviour using MatchResult
To perform image/text detection and click it's match coordinate in bulk manner
To check if match exist in the region, if match is found then this method returns true else false
To perform image/text detection and click it's match coordinate, if match is found then this method returns true
To perform image/text detection and click it's match coordinate, if match is found then this method returns true
To perform image or text search in the region, if the image or text is found return the MatchResult else return nil
To perform image or text search in bulk manner and return a list of MatchResult
To get color pixel in certain coordinate, later this color can be used to compare if color has similar score, this is useful to do color detection
To get color pixel in multiple coordinates at the same time, later these colors can be used to compare if color has similar score, this is useful to do color detection
This method performs OCR in region of interest and return the concatenated text
Get the x coordinate of region
Get the y coordinate of region
Get the height of region
Use for highlighting the region
Take a screenshot of region and save it to /data/data/com.androidmacro/images/$macroId/$fileName
Perform swipe behaviour to the specific region
Wait until template appear in the region, if timeout reached this method will throw an error
Wait until template disappear or vanish in the region, if timeout reached this method will throw an error
Get the width of region