← Back to team overview

sikuli-driver team mailing list archive

[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.