← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #695203]: Random move

 

Question #695203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/695203

    Status: Open => Answered

Manfred Hampl proposed the following answer:
Without looking into details of your click and wait logic:

Modifying the counter of a "for ... in range()" loop (in your case x and
z) inside the loop is nonsense.

Are you sure that your definition of rndtime makes sense?
In Python 2.7  "/" is integer division, so I assume that the value always will be zero.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.