Simulate mouse scroll

Hi, I would like to download some reports from a web application. I successfully used the click activity, but I don’t know how to scroll down to click for the next report.

Any ideas how?

Thanks,
Ioana M.

Hi,

Try using ‘Send Hot Keys’ and pass ‘PgDn’ in it. That is Page Down keyboard button.

4 Likes

From what I know this feature is not available in StudioX, am I wrong?

Hi,
do you need to simulate the scrolling? If the page is loaded, you could scroll down and after that add another click event.
Or if you are already in the Indicate on screen phase, press F2, then you have 2-3 second to scroll down, and select the next report.

Hey,
You are right!

Use Type Into Activity for PageDown.

image

1 Like

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