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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to