sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04474
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
Peter Kim posted a new comment:
I did something like this and it worked:
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)
Thanks.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.