How to count <TR> tags and put them into integer variable?

Hello all,
I need to get variable which will hold number of tags. In my example, there are 16 of tags.
IDEGAS
After I count them all, I need to put that number into some variable.
How could I overcome this problem?
Thanks in advance!

Hi @bp777

Use find children activitiy and check it

Thanks
Ashwin S

I totally forgot on .Count method :sweat_smile: