Forum Discussion

Don's avatar
Don
Contributor
10 years ago
Solved

Getting Combo Box Item stored as a String

Hello Community.   I am working on a Silver light application using test complete to automate the tests. I am trying to grab the string item from a combo box and am using the following code to do s...
  • Colin_McCrae's avatar
    10 years ago

    Are you existing the combo box before you try and extract the current text?

     

    Many of them don't actually update the wText property until you exit the field. (Either click out, <ENTER> or <TAB>)