LDTP  2.3.1
verifymenucheck

Syntax

verifymenucheck('<window name>', '<menu item>')

Description

Verify whether a menu is checked or not

Return values
1on success, 0 on failure

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

Example

With respect to gedit, View menu and Toolbar check menuitem, we can verify whether the menu is checked or not. If checked 1 will be returned, else 0 will be returned.

verifymenucheck('*-gedit', 'mnuView;mnuToolbar')

Author
Nagappan Alagappan nagap.nosp@m.pan@.nosp@m.gmail.nosp@m..com


Linux Desktop Testing Project