← Back to team overview

sikuli-driver team mailing list archive

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.