sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21205
Re: [Question #236006]: getRegionFromPSRM()
Question #236006 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236006
Status: Open => Answered
RaiMan proposed the following answer:
Uuups, you seem not to be aware of some basic features of Sikuli:
click(Pattern(http://www.myimg.de/?img=Bildschirmfoto20130920u5c224.png).targetOffset(-100,0))
find() (used e.g. in getRegionFromPSRM if target is an image file),
wait() and exists() are the basic search functions in Sikuli, to get the
region taken by a found image (returned is a Match object, that is a
subclass of Region)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.