comboselect ('<window name>', '<component name>', '<menu item name>')
Select a menu item or list item in a combo box
- Todo:
- Return values:
-
| 1 | on success, LdtpExecutionError exception on failure |
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/combo-box.c
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')
- Author:
- Poornima <pnayak@novell.com>
Linux Desktop Testing Project