How to iterate over elements

This page describes how to iterate over elements on page, elements could be search results, forum topics, etc.

This topic may be usefull if you create parser.



To iterate over elements use start loop action:



You need to select correct query, which matches several element, here is example for google output:




It is important to place cursor inside foreach loop, like this:



To parse element text, you can use “Get Element Text” from “For Each Element” submenu:





For more detailed explanation, see Tutorial #2. Parser.