← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #198742]: hasNext() question

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
try this:

m = findAll(image)
while m.hasNext():
    click(m.next())
    wait(1)

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