I am trying to extract data from a sequence of webpages. Each page has a list of links, clicking the link takes you to the subpage with the data required. You return to the first page, select the next link and extract the next set of data. When all the links have been accessed you move to the next top level page and access a new list of links.
Logically this could be achieved with three nested “while/endwhile” loops. This is precisely how I would do this in iMacros., but nesting While loops is not supported in Kantu. (The loops break when all the links have been accessed, returning to the higher level loop.)
Has anyone found a way to do this? Workaround? Example code snippet?