sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10024
Re: [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)
Question #194015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194015
Status: Solved => Open
emrah kara is still having a problem:
I did everything what you said. Thanks alot
How i can let Sikuli on java to click on a place, that i have a
screenshot from ?
it only works if i let Sikuli do screen.capture() or
screen.click(Region).
But i cant use screen.click("Path-to-an-Image") or
screen.click(match.find("Path-to-an-image"));
if i write this code, i get the same errors above:
Match m = s.find("fotosToGet/Unbenannt3.jpg");
s.click(m);
if i write this code, it happens nothing:
BufferedImage bim = ImageIO.read(new File("fotosToGet/Unbenannt2.jpg"));
s.click(bim);
but click works with coordinations great.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.