I have a use case where I need to access multiple web documents and for each documents scrap the needed information to validate whether the information is correct or not. I am first using data scraping to extract the URL and Document number. And was thinking of using that information in my selector to click on each document. Issue I am having is the documents span over multiple pages, so will need to click on “Next” to view next list of documents. Using the For Each Row how can I have the robot recognize there are multiple pages and not stop when the documents on the first page is done?