I originally was having trouble selecting a row in a combo box. But I accomplished this with:
Code: Select all
IEFormFill>IE_INSTANCE,,,varName,#INDEX#:1,0,ie_res
My challenge now is how to read the selected value in the combo box. I tried doing
Code: Select all
IEExtractTagByName>IE_INSTANCE,,SELECT,varName,value,Result
Thank you!