← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #235193]: [1.0.x] Script hangs after extended test runs

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--- download problem
you should somehow be able to download the stuff on another machine and transfer it to the test machine.

--- handling FindFailed
... will not change your situation, since if the find would have failed in your situation, the script would have crashed wit exception FindFailed.

-- Not sure how it would enter an infinite loop in range3

simply so:

      loop for range3
            This goes round a circle clicking on two points for the start and end
            Click(start Location) // always works
            Click(end Location)  // always works

            Click(ApplyButton.png) // always works if FindFailed ignored

        end range3

Since I do not know, wether you have a terminating condition to break
the loop, the above would run forever.

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.