← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #167391]: How to save the location of the result of click

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
result=find(ps).getCenter()
x1=result.getX()
y1=result.getY()

looking at the docs (http://sikuli.org/docx) would have helped ;-)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.