| Thread Previous • Date Previous • Date Next • Thread Next |
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.
| Thread Previous • Date Previous • Date Next • Thread Next |