← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #168734]: use in

 

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.