Click Text or Image that are not showing on the screen

If my target text or image is at the bottom of a web page and I need to scroll down to click it, how can I automate the clicking action with Uipath?

One way is

Loop Below

Image Exists (5 second time out)-- if not found next step

send hot key Pagedown

Check if below arrow is enabled or not (getattribute may be) — bottom of page disabled.

or

Use image exist and send hotkey (down)