Scroll to the bottom of the browser page

Hi, how do I scroll to the bottom of a browser page? I am currently scraping information from Yahoo Finance, I need to scroll to the bottom of the page for it to load more rows of financial data. Current method I’m using (keep on sending Page Down hotkey) is slow and inefficient

Hi
We can use Send hot key activity with key as ctrl+end

Cheers @DEATHFISH

I am using Firefox, somehow when I send Ctrl + End, what happens is that the browser saves the page as a bookmark. How do I fix this?

Hello @deathFish,

Use SENDHOTKEY with the END key, and make sure to press the “SPECIAL KEY PROPERTY”.

image

image

If you want you can also focus the selector on the browser.

Tell me if this works for you.

Kind regards,
Daniel