New question #176416 on Sikuli:
https://answers.launchpad.net/sikuli/+question/176416

Hi, I have a code like following: 

 if (v.exists("image.png")):
     v.waitVanish("image.png",60)

If an image is there, I would like to wait until it vanishes or 60 seconds.
However the image disappears rather quickly and waitVanish waits full 60 
seconds even though the image has already disappeared.

Is there a better way to do this?

Thanks.

Peter



-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to