Selector Count

Hi,

Am having multiple elements with same unique id’s. eg: the parent container name is “List” inside list based on the selection there is list of sub parents with same name “RowList” and inside row list each row list it has unique id’s followed by same innertext name.

My requirement is based on the no of list I should iterate and click the button present in the each RowList.

How can i achieve it.

@Palaniyappan @lakshman

Hi
Did we try with FIND CHILDREN activity
Cheers @monish06

yes but how do i get the count of the particular element?