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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to