Question #272522 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272522
RaiMan posted a new comment:
wait or find does not make a difference with respect to your problem,
since internally it simply is the "same" (from Java API):
public <PSI> Match find(PSI target) throws FindFailed {
if (autoWaitTimeout > 0) {
return wait(target, autoWaitTimeout);
}
// now it is the same as exists(<image>, 0) only throwing FindFailed
//....
}
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp