Question #260130 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/260130

    Status: Open => Answered

RaiMan proposed the following answer:
all is in the docs:
http://sikulix-2014.readthedocs.org/en/latest/index.html

version 1.0.1+

Jython:
find(Pattern(image).exact())
click()
... and in the Sikuli IDE use the Preview feature

Java:
scr = new Screen();
scr.find(find(new Pattern(image).exact())
scr.click()

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to