← Back to team overview

sikuli-driver team mailing list archive

[Question #176416]: waitVanish waits the maximum time even though the image has already vanished

 

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.