verifystatusbar ('<window name>', '<status bar name>')
Checks whether the object is status bar or not
- Todo:
- Return values:
-
| 1 | on success, 0 on failure |
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/status-bar.c
With respect to gedit status bar text
from ldtp import *
verifystatusbar ('*-gedit', 'stat0')
- Author:
- Nagappan <nagappan@gmail.com>
Linux Desktop Testing Project