verifyuncheck ('<window name>', '<component name>')
Checks the state of check box.
- Todo:
- Return values:
-
| On | check box state is un-checked returns 1, else 0. |
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/check-box.c
from ldtp import *
To verify uncheck menu item with respect to gedit menu
verifyuncheck ('gedit', 'mnuView;mnOutputWindow')
To verify uncheck box with respect to gedit preferences
verifyuncheck ('dlgPreferences', 'cboxEnableAutoIndentation')
- Author:
- Nagappan <nagappan@gmail.com>
Khasim Shaheed <khasim.shaheed@gmail.com>
Linux Desktop Testing Project