Comboselect
From LDTP
| Table of contents |
Syntax
comboselect ('<window name>', '<component name>', '<menu item name>')
Description
Select a menu item or list item in a combo box
Implementation
TODO
Refer: combo_box.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/combo_box.c)
Examples
In gnome-search-tool combo box 'Available options' to select the menu item 'Contains the text'
comboselect ('SearchForFiles', 'cmbAvailableoptions', 'Contains the text')
or
comboselect ('SearchForFiles', 'cmbAvailableoptions', 'Containsthetext')

