Screen
The module has similar functionality with Region module, except it uses full device width and height
The module has similar functionality with Region module, except it uses full device width and height
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 device screen, 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 your device screen, 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 device screen and return the concatenated text
Get the x coordinate of screen
Get the y coordinate of screen
Get the height of screen
Use for highlighting the screen
Take a screenshot the entire device screen and save it to /data/data/com.androidmacro/images/$macroId/$fileName
Perform swipe behaviour to the screen
Wait until template appear in the screen, if timeout reached this method will throw an error
Wait until template disappear or vanish in the screen, if timeout reached this method will throw an error
Get the width of screen