Forum Discussion

teng_s2000's avatar
teng_s2000
New Contributor
14 years ago

Is it possible to display all children in object browser with TestComplete8.60

Hi All,



With TestComplete 8.60, i could not find the invisible children objects in the object browser no matter whether i click "show invisible objects" button in the toolbar.



My executable is .net windows form ,you could refer to the exe file via the DotnetApp.zip in the attachment.



Is it possible to display all the visible and invisible children objects in the object browser? i want to get all the chilren items in my testing, hope all you guys could help me.



Please refer to my screen shot in the attachment, thanks.

2 Replies

  • Hi,



    Your application doesn't create objects for tabs until you activate them at least once. That's why you don't see them - they are not invisible, they just don't exist.



    Once you activate a tab, the corresponding object and its children appear.
  • teng_s2000's avatar
    teng_s2000
    New Contributor
    So that's how it is. I understand after your explanation.









    Thanks very much.