sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29917
Re: [Question #260130]: How to find and click 100% or 99% match images in sikuli?
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.