sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13395
Re: [Question #209608]: implicit wait in Sikuli
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.