Get Elements with Paging Action Builder

media_1485667575935-1.png

Retrieves all elements that match a specific criteria and loops through each element. for each Page.

media_1485667624162-1.png

Select the “Next” button item that will be used to move to the next page.

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.

Created Script

media_1485667660103-1.png

Get Search Elements – retrieves elements based on a criteria and sets it to a variable.

Note: the current element, within the loop,will be set to the CurrentItem variable.

media_1485667692599-1.png

Get Element Tag – retrieves the Tag of the current element.

media_1485667706188-1.png

Since elements retrieved can be of differing types, a If action is added for each element tag found in the ElementCollection.

In this case, the CurrentItem will check to see if it is a Link Element.

media_1485667712783-1.png

Has Tag – if the element does have the correct tag, all actions within this sequence will be performed.

Get Attribute Value – retrieves a attribute value from the CurrentItem.