sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38404
[Question #294751]: Click location on an Image/ clicking on image other than center point of the Image
New question #294751 on Sikuli:
https://answers.launchpad.net/sikuli/+question/294751
Is there any way to click on am image corner point other than center point of the Image???? I have tried to click something like this
Region r = s.find(imagepath);
r.setLocation(new Location(0,0)).click();
but its taking location of the entire screen instead of image region!!!!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.