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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to