Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi Silvana,
Can you provide more details on what browser the problem occurs and how you are identifying the window?
I had problems that TestComplete reported that .SaveFile/.OpenFile methods were not found for the #32770 window in IE browsers family while I was able to highlight the window using Object Spy and perfectly saw the methods on the Methods page.
Finally, it appeared that TestComplete also finds another #32770 window with the 'View Downloads' caption that is not visible in the Object Browser. So I changed the NameMapping for the #32770 window from a simple contition of 'WndClass Equals "#32770"' to a complex condition of 'WndClass Equals "#32770" And WndCaption Does not equal 'View Downloads*'' and the problem has gone.
Might something similair be in your case?
Can you provide more details on what browser the problem occurs and how you are identifying the window?
I had problems that TestComplete reported that .SaveFile/.OpenFile methods were not found for the #32770 window in IE browsers family while I was able to highlight the window using Object Spy and perfectly saw the methods on the Methods page.
Finally, it appeared that TestComplete also finds another #32770 window with the 'View Downloads' caption that is not visible in the Object Browser. So I changed the NameMapping for the #32770 window from a simple contition of 'WndClass Equals "#32770"' to a complex condition of 'WndClass Equals "#32770" And WndCaption Does not equal 'View Downloads*'' and the problem has gone.
Might something similair be in your case?