
Creates a loop that will continue for each page when a “Next” button is present.

Select the total amount of pages that will be looped through.
A Page Count of 0 will loop until the “Next” button is not present.

The Element Page Looping wizard will display.

Select or type in the variable name that will contain the ElementCollection that will be looped through.
Created Script

Loop Elements with Paging – loops through an ElementCollection and continues to do so for each page.
Get Element Tag – retrieves the Tag of the current Element in the loop. Note: the current element is set to the CurrentItem variable.