scrollright

Syntax

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

Description

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

Implementation

Return values:
1 if action is performed, else 0.
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/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>


Linux Desktop Testing Project