Question #170439 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/170439
Status: Open => Answered
RaiMan proposed the following answer:
In the first segment, the observe stops after 3 seconds (standard
waiting time).
So it has to be:
WindowUR_CT.observe(30, background=True)
to have a similar timing as in 2nd segment (50 times about 0.5 seconds).
You might use
WindowUR_CT.observe(FOREVER, background=True)
if you are rather sure, that the event happens ;-) (internally endless
loop!)
--
You received this question notification because you are a member of
Sikuli Drivers, which 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