sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12311
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.