1 | on success and 0 otherwise |
Combo box will be associated with child of type 'Text' when one of its child is 'List'. This action gets object handle of 'Text' object associated with combo box and then sets value given in argument in that text box
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/text.c http://webcvs.freedesktop.org/ldtp/ldtp/src/combo-box.c
settextvalue ('SearchforFiles', 'txtNameContainsEntry', 'abcd')
This is to insert the text 'abcd' into the 'txtNameContainsEntry' field.
In combo box: