← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #139645]: help with waitVAnish

 

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

SkaiCloud proposed the following answer:
Simply

if exists("image.png"):
     waitVanish("image.png",5) #to increase the standard 3 seconds to 5 seconds

or

while exists("image.png"):
     wait(1) #if the image exist it will wait until the image disappear

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.