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

William Wilkins posted a new comment:
I guess one solution would be to make the while loops not as strong
something like:

while tloop <= minei:
    if exists(image):
        click(image)
        type("stuff" + Key.ENTER)
        wait(4)
        click(image)
    while exists(image):
        if exists(image):
            click(getLastMatch())
        else:
            ()
        wait(21)

This would make it have to loop all the way around when it encounters an
error also make the loop counter inaccurate.

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to