Siquli scroll bar how to implement

Asked by sathish

How to implement scroll bar,

For example, i need to click on tab which is at the bottom of the page.
For that i need to scroll down the bar.
How to use scroll bar using siquli?

Thanks
Sathish

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Roman Podolyan (podolyan-roman) said :
#1

Look here:
http://doc.sikuli.org/region.html#low-level-mouse-and-keyboard-actions

To implement scrolling, use wheel() or mouseDown() - mousemove() - mouseup().

Also you may choose Drag-and-Drop method described in Sliders Docs section:
http://doc.sikuli.org/tutorials/sliders/sliders.html
Working with Sliders

Choose what suits better to your situation.

Can you help with this problem?

Provide an answer of your own, or ask sathish for more information if necessary.

To post a message you must log in.