Question #287466 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/287466
RaiMan proposed the following answer: sorry, Karl's answer is correct (I did oversee, that you want to click one less than the count of rounds. In each round you click round-number - 1 times. but at least this is true: if you want to run 100 rounds (1 to 100), then it must be: for i in range(1, 101): if you want to do other stuff after the range of clicks, then you have to move it out of the second loop -- 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

