← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #272522]: What to do/debug if sikuli cannot find certain images.

 

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.