LDTP
3.5.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: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/combo_box.py
Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/combox_box.py
Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Combobox.cs
In gnome-search-tool combo box 'Available options' to select the menu item 'Contains the text'
comboselect('SearchForFiles', 'cboAvailableoptions', 'Contains the text')