Hi Team,
I am working on web application, It has a list with Many Parent items(dynamic but known names) and expand button beside each of it. I want bot to click on that, after that has to identify which child and grandchild (unknown names) has expand button, based on that it has to click on expand button. If not found in that page, it has to click on Next.
These parent and child names are dynamic.
I am successful for Parent item in using Find children → For Each->Split excel data-> click on expand.[aaname is dynamic, get data from excel]
How to do it for children items as the name beside expand button is unknown? Is there a better method?
I Read thru similar topic
Not able to click item in expandable tree menu
in my case need to expand child items or
in short click on expand where ever it finds expand button in the list.