verifyscrollbar ('<window name>', '<scroll bar name>')
Checks whether the given object is scrollbar or not, also we can check whether scroll bar object is available or not
- Todo:
- Return values:
-
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/scroll-bar.c
With respect to gedit application
from ldtp import *
verifyscrollbar ('*-gedit', 'scbr0') # assuming that the file currently opened content is more than one page, else the scrollbar object will not be created by accessibility interface
- Author:
- Nagappan A <nagappan@gmail.com>
Linux Desktop Testing Project