Unable to Use Selenium Nodes to crawl web pages for href

Still having problems using the Selenium nodes for crawling href tags starting with a URL homepage and following all links. Problem is iterating through the different links using the Web Driver Factory and Start Web Driver.

The problem I appear to be struggling with is using the flow variable and recurrsive looping. I have been unable to feed data back into the loop.

Any words of wisdom?

Looks fine so far, but you'll additionally need to add a chunk loop within the recursive loop in order to process your URLs sequentially.

Philipp

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.