comboselect

Syntax

comboselect ('<window name>', '<component name>', '<menu item name>')

Description

Select a menu item or list item in a combo box

Implementation

Todo:
Return values:
1 on success, LdtpExecutionError exception on failure
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/combo-box.c

Example

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