LDTP  2.3.1
scrollright

Syntax

scrollright('<window name>', '<scroll component name>')

Description

Move the(horizontal) scroll bar to the extreme right.

ImplementationDetails

Return values:
1if action is performed, else 0.

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/scroll-bar.c

Example

from ldtp import *

For scroll bar item with respect to gedit

scrollright('gedit', 'scrollBar')

Author:
Aishwariya & Kamakshi <poorvaishoo@yahoo.com>