sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #00426
Re: [Question #141159]: findAll does not as expected in java
Question #141159 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/141159
Status: Open => Solved
Kristian Karl confirmed that the question is solved:
...and yeah, I now see I have a bug:
for (; matches.hasNext();) {
count++;
should be:
for (; matches.hasNext();matches.next()) {
count++;
And for some reason I cannot reproduce the 'hang' in findAll
So, sorry for the noise people.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.