How to scroll down in a web page or mouse scoll

HI.
How to scroll down in a web page or mouse scoll?

Use “Forcus Element” activity to move something into focus.
Or use Execute Script to scroll using javascript. For instance

window.scrollTo(0,document.body.scrollHeight)

Thank, you Allan! I’ll try it out

image
Now the execution script has not taken effect

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.