Page 1 of 1
How to navigate a tree?
Posted: Sun Sep 04, 2011 10:21 pm
by doug
I am navigating a sequence of pages (level 1). Each page has a table of links to other pages at level 2. I've been extracting the level 2 links to a table for later stepping through the URL's.
Is there an easy/clever way to do depth first?
Re: How to navigate a tree?
Posted: Mon Sep 05, 2011 7:22 pm
by webmaster
Hi,
You can always use a Navigate Each inside another Navigate Each. But if your project is very big and it will take a while to complete, I'd do it the way you are doing it and extract these URLs on bunches so that you don't need to restart the whole thing if something goes wrong.
Another option would be to extract level1 links and then use a Navigate URLs action to navigate through them and a Navigate Each action inside that navigates through level2 links.