sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37055
Re: [Question #287466]: increased clicks
Question #287466 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/287466
Sao posted a new comment:
This:
for i in range(1,10):
print "------------", i
for j in range(1,i):
click("1.png")
print(j)
wait(1)
Gave me this output:
------------ 1
------------ 2
[log] CLICK on L(1065,841)@S(0)[0,0 1920x1080]
1
------------ 3
[log] CLICK on L(1065,841)@S(0)[0,0 1920x1080]
1
[log] CLICK on L(1065,841)@S(0)[0,0 1920x1080]
2
------------ 4
[log] CLICK on L(1065,841)@S(0)[0,0 1920x1080]
1
[log] CLICK on L(1065,841)@S(0)[0,0 1920x1080]
So no increase in number of clicks
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.