Forum Discussion

Mia's avatar
Mia
Contributor
11 years ago
Solved

Accessing to PopUp window controls using item caption (not indexes)

Hi, I am analysing an easy application to get to know how to work with WPF in TC9 using Record & Playback testing method. I found very problematic to work with PopUp windows, or - to be exact -...
  • TanyaYatskovska's avatar
    10 years ago
    Hi Miriam,

     


    You may not get access to this object by name if the Data Binding is used to populate your popup. Please check that with your developers. In this case, accessing only through index is possible. Refer to this thread - it contains the sample function to overcome this issue.