Question #168734 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/168734

    Status: Open => Answered

vitalliuss proposed the following answer:
If I understand you right there is necessity to get image x and y.
Try this:

image = find( )
click(image)
print("X:"+str(image.getX())+" Y:"+str(image.getY()))  

Output:
X:3 Y:980

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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