ποΈ Screen
The module has similar functionality with Region module, except it uses full device width and height
ποΈ Screen:click()
To perform parameterize click behaviour using MatchResult
ποΈ Screen:clickAll()
To perform image/text detection and click it's match coordinate in bulk manner
ποΈ Screen:exist()
To check if match exist in device screen, if match is found then this method returns true else false
ποΈ Screen:existClick()
To perform image/text detection and click it's match coordinate, if match is found then this method returns true
ποΈ Screen:existClickAll()
To perform image/text detection and click it's match coordinate, if match is found then this method returns true
ποΈ Screen:find()
To perform image or text search in your device screen, if the image or text is found return the MatchResult else return nil
ποΈ Screen:findAll()
To perform image or text search in bulk manner and return a list of MatchResult
ποΈ Screen:getColor()
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
ποΈ Screen:getColors()
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
ποΈ Screen:getText()
This method performs OCR in device screen and return the concatenated text
ποΈ Screen:getX()
Get the x coordinate of screen
ποΈ Screen:getY()
Get the y coordinate of screen
ποΈ Screen:height()
Get the height of screen
ποΈ Screen:highlight()
Use for highlighting the screen
ποΈ Screen:screenshot()
Take a screenshot the entire device screen and save it to /data/data/com.androidmacro/images/$macroId/$fileName
ποΈ Screen:swipe()
Perform swipe behaviour to the screen
ποΈ Screen:wait()
Wait until template appear in the screen, if timeout reached this method will throw an error
ποΈ Screen:waitVanish()
Wait until template disappear or vanish in the screen, if timeout reached this method will throw an error
ποΈ Screen:width()
Get the width of screen