LDTP  2.3.1
verifystatusbar

Syntax

verifystatusbar('<window name>', '<status bar name>')

Description

Checks whether the object is status bar or not

Return values
1on success, 0 on failure

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

Example

With respect to gedit status bar text

from ldtp import *

verifystatusbar('*-gedit', 'stat0')

Author
Nagappan Alagappan nagap.nosp@m.pan@.nosp@m.gmail.nosp@m..com


Linux Desktop Testing Project