Scroll Down - Mouse Wheel options

Hi there,

I was curious what are the options available for the scroll down for Browser automation? Currently I am using XType: ${KEY_PAGE_DOWN}, however, it is quite limited and I wish I could imitate mouse scrolls.

Are there any alternatives?

Thank you!

Scroll wheel support is on our todo list, actually it already works in an internal test version.

But if you need it now, the best workaround is to use XRUN can call an external script that scrolls the page, similar to this post for the missing SPACE key: I really need spacebar to work with XType or otherwise (Workaround availabe) - #2 by admin

Available now: XMouseWheel

1 Like

I tried using it but the documentation isn’t enough…