How to set delay time for for each ui element

Good day greats, I want to set a delay for “For each ui element” while working on the uielement that has multiple page. I want to set a delay time so that the next ui element page can be set before the for each ui element continues. Thanks for your assistance.

Hi @Martins_Micheal
Use Delay activity inside the Body of For Each UI Element and set the delay time before interacting with the next page element. Add Delay as needed to you…

For more,

You don’t want to set a specific delay. What you should do is use Check App State to wait for an element to appear that confirms the next page has loaded. Then it will continue as soon as the next page has loaded.

@Martins_Micheal

ideally next page selector handles that in for each ui element..if it is not then you can use a while loop around and use check app state and click to go to next page and check for load and then for each ui element without a next page so that each page is extracted separately and processed adn next page clicks are handled by your while loop around them

cheers