sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05900
Re: [Question #173203]: image found, but region location wrong
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.