Free scroll the screen in Sikuli
Asked by
Alex Cr
If you want to free scroll in the screen , using SIkuli, you might try these :
mouseMove(
wait(1)
mouseDown(
wait(2)
mouseMove(
wait(5)
#end free-scrolling
Any other ways to scroll the screen ?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- SikuliX Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Alex Cr for more information if necessary.
To post a message you must log in.