Select
From LDTP
| Table of contents |
Syntax
select ('dlgName', 'cmbName', '<Select argument>')
Description
Select action will select an value given in argument from the combo box.
Implementation
Combo box will generally have a list as its child or a menu as its child. Select function will try to find whether child type is menu or list, if child type is list then there will be a text box associated with combo box. When child type is list, an item is selected from list box and sets that value to the text box associated with combo box. If child type is menu, value specified in tha argument will be menu item, corressponding menu item will be selected.
Example
TODO

