verifystatusbarvisible

Syntax

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

Description

Checks whether the status bar object is visible or not

Implementation

Todo:
Return values:
1 on success, 0 on failure
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/status-bar.c

Example

With respect to gedit status bar text

from ldtp import *

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

Author:
Nagappan <nagappan@gmail.com>


Linux Desktop Testing Project