sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37590
Re: [Question #289706]: For and If Statement
Question #289706 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/289706
Ronron gave more information on the question:
ALSO i did the following changes to the initial program
find(result)
for net_result,result in zip(net_results,results):
if net_result == net_result:
click("1459458931766.png")
else:
print"NotOKAy"
but what this does is it runs checks if net_result ==net_result and
performs the first click. then randomly goes and performs another click
without the 1st for loop completed
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.