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.