sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #14976
[Question #216028]: findAll using Java
New question #216028 on Sikuli:
https://answers.launchpad.net/sikuli/+question/216028
Hi,
I got an image displayed multiple times on the screen, how can I find how many times it is displayed? And I want to get the region of each display.
I tried the following but I get only two matches but the image is displayed 3 times.
for (;img7.hasNext();img7.next()) {
System.out.println("Pringting Gap img7"+img7.next());
}
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.