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

    Status: Open => Answered

RaiMan proposed the following answer:
ok, the usual way to test such situations is as follows:

... supposing img.png is the image that gets visible and then we wait
for it to vanish:

if exists("img.png"):
    highlight() 
    waitVanish("img.png", 60)
else:
    print "img.png did not appear within 3 seconds"
    exit()

-- 
You received this question notification because your team Sikuli Drivers
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