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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to