verifystatusbarvisible ('<window name>', '<status bar name>')
Checks whether the status bar object is visible 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 *
verifystatusbarvisible ('*-gedit', 'stat0')
- Author:
- Nagappan <nagappan@gmail.com>