← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #676169]: Continuously monitoring parent while loop

 

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

    Status: Needs information => Open

William Wilkins gave more information on the question:
@RaiMan

Thank you for your time.

No they are not. See the new code here:

while tloop <= minei:
    if exists(image1):
        click(image2)
        type("stuff" + Key.ENTER)
        wait(4)
        click(image3)
    while exists(image4):
        while not exists(image5):
            if exists(image6):
                click(getLastMatch())
            else:
                ()
            wait(21)

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