InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Region In Sikuli? |
|
Answer» In Sikuli, Region class provides an abstraction for the SCREEN regions returned by the find() FUNCTION matching a given visual pattern. Its attributes include X and Y co-ordinates, height, width, and similarity SCORE. In Sikuli, Region class provides an abstraction for the screen regions returned by the find() function matching a given visual pattern. Its attributes include X and Y co-ordinates, height, width, and similarity score. |
|