LDTP
3.5.0
|
verifystatusbarvisible('<window name>', '<status bar name>')
Checks whether the status bar object is visible or not
1 | on success, 0 on failure |
Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/text.py
With respect to gedit status bar text
from ldtp import *
verifystatusbarvisible('*-gedit', 'stat0')