sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #51885
[Question #681126]: Problem with wait(Pattern)
New question #681126 on Sikuli:
https://answers.launchpad.net/sikuli/+question/681126
Some time wait() will find a match but for the same screen has() will return false.
I have a code like :
screen.wait(image, waitInMinute * 60);
if (!screen.has(image)) {
throw new FindFailed(FindFailed.createErrorMessage(this, image.getImage()));
}
Sikuli build: 270
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.