← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #169982]: while not exists(image, FOREVER) seems not to work

 

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

RaiMan proposed the following answer:
I made the following test wish latest build of rc3:

while not exists(img, FOREVER):
    print "not found"
print "found"

It works as expected:
-- "not found" is not printed as long as img is not visible
-- "found" is printed, when img gets visible

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.