LDTP  2.3.1
 All Pages
menuuncheck

Syntax

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

Description

Unchecks a menu item, if its already unchecked it will be silently ignored

Return values
1on success, LdtpExecutionError exception 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 uncheck the menuitem. If its already unchecked, it will be silently ignored.

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

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


Linux Desktop Testing Project