verifystatusbar

Syntax

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

Description

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

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

Author:
Nagappan <nagappan@gmail.com>


Linux Desktop Testing Project