sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24774
Re: [Question #245250]: contiously checking for error message while running test
Question #245250 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245250
Status: Open => Answered
obiwan-92 proposed the following answer:
Replace the line r.observe(10, background=False) by r.observe(FOREVER, background=True)
Remember to call stopObserver() when you finish your test.
It should be work. ;)
Regards.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.