← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #245383]: How to validate animation?

 

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

    Status: Answered => Solved

donatelo confirmed that the question is solved:
Thanks! Works much more better with region and this approach
try:
    r.wait(objectMoving , 10)
    print "picture visible"
except:
   print "picture not visible"

Unfortunately, 1 of 7 attempts fails (sikuli is not able to find
pattern), but it is better than my  solution without Region :)

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