← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #291495]: If image not found start with new number

 

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

    Status: Open => Answered

Karl proposed the following answer:
Insert 'continue" inside you code:
...
    wait(2)
    while not exists("1460481116500-3.png"):
        popup("Check Maitrey something wrong")
        continue

    click("1460481352717-1.png")
...

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