Question #209608 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209608

    Status: Answered => Open

Sathyamoorthy is still having a problem:
Hi 
wait(some_image, maxWait) will  wait until image is found. if image is found 
then it will proceed to next step.

What about 
imageWait = time.time()-start
if imageWait < maxWait: wait(maxWait - imageWait)

why we need to wait for Max time, if image is found? is there any thing
specific?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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

Reply via email to