sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02640
[Question #156275]: Popup with number is not work!
New question #156275 on Sikuli:
https://answers.launchpad.net/sikuli/+question/156275
[code]
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
[/code]
Not work poput output variable count .. how to make?
Thanks
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.