LDTP  3.5.0
 All Pages
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: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/text.py

Note
Supported only on Linux platform

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