Question #173203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173203
RaiMan proposed the following answer: --- event.region is the region you are observing observe() # observes Screen(0) reg.observe() # observes the region defined with reg --- event.match just from the docs: match In an APPEAR event, match saves the top Match object that appeared in the observed region. In a VANISH event, match saves the last Match object that was in the observed region but vanished. This attribute is not valid in a CHANGE event. -- 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

