sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04475
Re: [Question #167494]: Click images in the same row one at a time
Question #167494 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/167494
Status: Answered => Solved
Peter Kim confirmed that the question is solved:
for template in range(MMSinitialize.template_count):
if template == 0:
f=r.find(MMSinitialize.first_template)
r.click(f)
else:
m=capture(f.getX()+MMSinitialize.offset, f.getY(), f.getW(), f.getH())
r.click(m)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.