Scrolling up and down

Hello guys! how’s been yours day?

I’m creating a test for a desktop system using robot and sikuli library and I need to scroll the screen down to reach out some itens in the menu. I have searched on the web but I didn’t find anything that could help me… do someone here knows how to solve this?

Thanks in advance!

You can use the keywords Wheel Down/Up.

I add a Sleep 1 second after using them to give enough time to refresh the screen, before doing other actions.

3 Likes

Thanks for helping, Helio! It works fine!

1 Like