LDTP
3.5.0
|
scrollright('<window name>', '<scroll component name>')
Move the(horizontal) scroll bar to the extreme right.
1 | if action is performed, else 0. |
Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/value.py
Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/value.py
Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Scrollbar.cs
from ldtp import *
For scroll bar item with respect to gedit
scrollright('gedit', 'scrollBar')