verifycheck

Syntax

verifycheck ('<window name>', '<component name>')

Description

Checks the state of check box

Return values:
On check box state is checked returns 1, else 0.

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/check-box.c

Examples

from ldtp import *

For check menu item with respect to gedit menu

verifycheck ('gedit', 'mnuView;mnOutputWindow')

For check box with respect to gedit preferences

verifycheck ('dlgPreferences', 'cboxEnableAutoIndentation')

Author:
Nagappan Alagappan <nagappan@gmail.com>
Aishwariya <aishwariyabhavan@yahoo.com>
Khasim Shaheed <khasim.shaheed@gmail.com>


Linux Desktop Testing Project