LDTP  3.0.0
verifystatusbarvisible

Syntax

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

Description

Checks whether the status bar object is visible 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 *

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

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


Linux Desktop Testing Project