sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12738
Re: [Question #206943]: How to simple count items returned by FindAll
Question #206943 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/206943
Status: Open => Answered
RaiMan proposed the following answer:
No, fa is a list of matches, that knows its length:
len( findAll() )
but if you want the results too:
fa = findAll()
len(fa)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.