Auto Scroll End of the Page

Hi,

Can you tell me how to do auto scrolling to move end the webpage…

In my case i want to move end of the page by scroll… some times it will take time to get data from the server.

do u have any sample for this. share to me…

Thanks
Shyam

Hello @Shyam_Pragash ,

You could try to use the Mouse Scroll activity (link: https://docs.uipath.com/activities/docs/n-mouse-scroll and scroll until the end the webpage (here you should identify an element specific only to the end of the webpage).

Hope it helps!
Best regards,
Marius

Hi @Marius_Puscasu

Already i tried mouse Scroll activity… it working but not fullfulling the condition…

Some time server busy to get data that time is not properly scrolling. i will get insufficient data.

is there anyother way ?

Thanks
Shyam

Hii @Shyam_Pragash

image

use “Send Hotkey” activity

keep browser selector only

Thanks
Rajkumar

Hello @Shyam_Pragash
Use Element exist and Flow decision to scroll the page.

Select the Last selector or content of the page in the element exist activity. If it finds the last element, the result will be true and the process continue, or the bot will scroll down the page.
Set element exist time out as 2000