InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Match In Sikuli? |
|
Answer» In SIKULI, MATCH is a class available in Sikuli Package. Class match EXTENDS class Region, all methods of class region can be availed with a match object. An object of class Match DISPLAYS the result of a successful FIND operation. In Sikuli, Match is a class available in Sikuli Package. Class match extends class Region, all methods of class region can be availed with a match object. An object of class Match displays the result of a successful find operation. |
|