sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28300
Re: [Question #254592]: Using a list of stored captures
Question #254592 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/254592
Ned posted a new comment:
Thanks that look helpful! I'm sure this will be what I need..
Just a few queries regarding the above.
In this section:
def repeatSearch():
n = 0
for success in ddSuccess:
if not success: <--------- What does this do? Identifies a None Type?
if dd.exists(dd[n]): <-------- this should be ddSuccess[n]?
ddSuccess[n](dd.getLastMatch())
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.