sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04441
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.