← Back to team overview

sikuli-driver team mailing list archive

[Question #206943]: How to simple count items returned by FindAll

 

New question #206943 on Sikuli:
https://answers.launchpad.net/sikuli/+question/206943

Is there a simple way to get count on findAll - for example findAll(xyz).count

the only way i see now is

fa=findAll(xyz)
count=0
for i in fa: count+=1

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.