Count a List with findAll and saveAs()

I’m getting errors when trying to run the following:

Hi Matthew,

I'm surprised findAll.count even compiles?! It shouldn't and it's a bug if
it does.

You're supposed to write:
css("#listDataTable a", "href").count.saveAs("Tasks")

Cheers,

Stéphane

findAll.count doesn’t compile, as expected :slight_smile:

It doesn’t compile. :slight_smile: I worded my post wrong.

I should have read the api and documentation better.

Thank you so much for your help. That works perfectly for what I want to do.

–Matt Royer

No problem.
Glad it now works fine.