← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #644269]: Sikuli loop statement

 

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

Description changed to:
why my program not work at all
i want to make a bot for some game..

while exits (IMG1) :
      if  exits (IMG2) or exits (IMG3) or exits (IMG4)
           wait (3)
      else :
           click (IMG5)


what i want is..:
(1) when exits (IMG1) i want to wait around 10sec
(2) When exits (IMG2) i want to wait around 30sec
(3) if not exits (IMG1) or (IMG2) i want to click (IMG5)
(4) and repeatable until im stop the execution


how to see a log action while execution"?

thanks in advanced

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