sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02641
Re: [Question #156275]: Popup with number is not work!
Question #156275 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/156275
Description changed to:
count=0
while True:
count=count+1
popup (count)
if count = 10:
break
pass
or
count=0 # contagem
while count<4:
count=count+1
popup (count)
pass
---------------------------------------------------------
Not work command popup() to output variable "count" .. how to make save
count to popup output?
Thanks
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.