← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #403961]: ''Extract''Coordinate of Image

 

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

    Status: Open => Answered

masuo proposed the following answer:
[example:]

imagelist=["image1.png","image2.png"]
for image in imagelist:
    m = find(image).highlight(2)
    print m.getTarget()
    print m.getTarget().getX()

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.