how to iterate between rows of a data table in a web page without knowing the end point. I am using a local web page in which i have to click a parent link in which there are many child links which may vary from one parent link to other. I have to open every child link of each parent link. I started loop by giving 1 but the end value vary from one parent link to other what can i do. can any one help me with this issue.
Good option would be if you can scrape the link using Data scrapping feature and iterate it as datatable
I hope that would work may be
else design the css selector or jquery selector which can look for child element common attribute
Mark it as solution if it helps you 🙂
Thanks & Regards,
Nived N