← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #655389]: Nothing to observe (Region might be invalid)

 

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

    Status: Open => Answered

masuo proposed the following answer:
Try this codes.

R = Region(570,220,160,70)
R.onChange(10,testfunc)    # <--- Add Resion
R.observe(5)   # <--- Move after onChange()

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.