LDTP  2.3.1
comboselect

Syntax

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

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

Description

Select a menu item or list item in a combo box based on name

Return values:
1on success, LdtpExecutionError exception on failure

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/combo-box.c

Example

In gnome-search-tool combo box 'Available options' to select the menu item 'Contains the text'

comboselect('SearchForFiles', 'cboAvailableoptions', 'Contains the text')

Author:
Poornima <pnayak@novell.com>