I’m trying to simulate a ‘DO page down hotkey WHILE footer isn’t found’ - because of how the page load dynamically, sending an end key isn’t going to work. I could keep putting multiple send hotkey functions, but that won’t work for future as well.
Can somebody help explain how the FoundElement work, and if there’s any examples I can follow?
Fine
Welcome to uipath community
We can use RETRY SCOPE activity
—where keep the SEND HOTKEY activity in the upper part and key pgdn
—in the lower part use ELEMENT EXISTS and click on that element
—and mention the no of retries as much we need in approx
—so this will click on pgdn until the element is found
Yah
Element must be and of course it will be visible right because we are scrolling down with pgdn key using Send hot key activity in the upper until the element is found
—make sure that we are in right page where we need to search for element
—and also in the element exists activity set the property waitforready in the property panel as COMPLETE
@kcjh what about scrollbar? if we can detect scroll bar till the bottom. as i know with ajax loaded pages they will load more results just before bottom of scroll bar