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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp