Closed
Can Bot scroll down to end of the page in Chrome Browser?
Hi,
I have a requirement where we have to download the files from web pages by using the chrome browser, Files will get loaded when we scroll down the page to its end. Can we do this using RPA?
Thanks,
Sushma.
***Edited by Moderator: Pooja Gadige to add capability tags***
To see attachments, please log in.
@sushmam9 You would likely need to use SendKeys on the control to perform this. There might be a function that the page down is calling that you might be able to invoke using JavaScript as well, but that would need to be investigated on your particular page. The easiest way to automate this would be via SendKeys( {PGDN} ).