← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #689076]: Logical looping for speed

 

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

RaiMan proposed the following answer:
while 1:
    matches = regTest.findAny(images)
    if matches:
        while exists("Actionbutton.png"):
            click(matches[0])

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