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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to