sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45581
Re: [Question #663312]: how can to control FindFailed
Question #663312 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663312
thuan posted a new comment:
Screen screen = new Screen();
Pattern pattern=new Pattern("/Users/bacoor/Documents/Projects/Sikuli/desktopwallet/images/macPro15.4/selectlanguage/english.png");
pattern.similar(0.70f).targetOffset(0,200);
screen.click(pattern);
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.