InterviewSolution
| 1. |
How Sikuli Looks For A Location For Search Images? |
|
Answer» For SIKULI, it maintains a LIST of location to locate images when they are not found in the Sikuli folder. Sikuli will use following the command to look, ADD or remove images from the folder. getImagePath(): # getImagePath() returns a Java array of Unicode strings addImagePath: It adds a new path to the list of image search path removeImagePath : It removes a path from the list of image search PATHS For Sikuli, it maintains a list of location to locate images when they are not found in the Sikuli folder. Sikuli will use following the command to look, add or remove images from the folder. getImagePath(): # getImagePath() returns a Java array of Unicode strings addImagePath: It adds a new path to the list of image search path removeImagePath : It removes a path from the list of image search paths |
|