LDTP  3.5.0
 All Pages
verifyscrollbar

Syntax

verifyscrollbar('<window name>', '<scroll bar name>')

Description

Checks whether the given object is scrollbar or not, also we can check whether scroll bar object is available or not

Return values
1on success, 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

Example

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 Alagappan nagap.nosp@m.pan@.nosp@m.gmail.nosp@m..com


Linux Desktop Testing Project