ποΈ Region()
The core module for detecting and performing ui automation in a region of interest which is a part of screen device
ποΈ Region():click()
To perform parameterize click behaviour using MatchResult
ποΈ Region():clickAll()
To perform image/text detection and click it's match coordinate in bulk manner
ποΈ Region():exist()
To check if match exist in the region, if match is found then this method returns true else false
ποΈ Region():existClick()
To perform image/text detection and click it's match coordinate, if match is found then this method returns true
ποΈ Region():existClickAll()
To perform image/text detection and click it's match coordinate, if match is found then this method returns true
ποΈ Region():find()
To perform image or text search in the region, if the image or text is found return the MatchResult else return nil