I set my scroll down activity to scroll down until it finds a specific UI elemnt. But after a time, like 30-60 seconds, it stops and says “couldnt find searched element”.
I want to scroll down for infinite time until the UI element is found, how do i do that?
Can you tell me the reason for scrolling down to the element before performing the click action?
UiPath has a feature that automatically scrolls down and clicks on an element if its selector is valid, even if it is not visible at the top of the page.
The UiPath Documentation around Mouse Scroll may be useful in this case:
Important!
If you select To Element in the Scroll Type field, the # of scrolls property field is ignored, and the specified UI element is looked for.
If, at runtime, the indicated element is not found, the activity scrolls for as much as specified in the # of scrolls field and then retries the search for the indicated element. This behavior is repeated as many times as necessary, until the element is found, and can be useful in the case of applications that have longer loading times.