sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55533
Re: [Question #692019]: [request] Randomized mouse route from A to B?
Question #692019 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692019
Status: Open => Answered
Manfred Hampl proposed the following answer:
Not a sikuli error, but a python error:
for n in range():
[error] TypeError ( range() takes 1-3 arguments (0 given) )
range needs parameter(s)
How often do you want to repeat the block?
If 200 times, then use range(200), etc.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.