← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #204853]: if... : go to

 

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

    Status: Open => Needs information

RaiMan requested more information:
Ok, but then it is easier, you paste your real code or at least try to
write down step by step what the workflow will be.

now with a click

bla = exists(.....)
while bla:
    click(getLastMatch())
    wait(0.5) # you should wait a bit before ckecking again
    bla = exists(.....)

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