sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12307
Re: [Question #204853]: if... : go to
Question #204853 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/204853
RaiMan proposed the following answer:
the solution is already mentioned in your last question already
mentioned:
bla = exists(.....)
while bla:
wait(1) # you should wait a bit before ckecking again
bla = exists(.....)
print "thanks god, bla has vanished"
have a look at waitVanish(image, time), that is a one-liner if you know
a max time to wait for image to vanish.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.