LDTP
3.0.0
|
comboselect('<window name>', '<component name>', '<menu item name>')
comboselect('<window name>', '<component name>', '<list item name>')
Select a menu item or list item in a combo box based on name
1 | on success, LdtpExecutionError exception on failure |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/combo-box.c
In gnome-search-tool combo box 'Available options' to select the menu item 'Contains the text'
comboselect('SearchForFiles', 'cboAvailableoptions', 'Contains the text')