Forum Discussion

kmathur's avatar
kmathur
Occasional Contributor
14 years ago

Using google chrome with Test complete 8.7

Hi,



I just upgraded my TC to 8.7. I am pretty excited of using TC to test my web applications in chrome. My chrome version is 16.0.912.75. Test complete doesn't shows any DOM objects for chrome. 

I added Chrome_RenderWidgetHostHWND and Chrome_WidgetWin_0 classes to MSAA but doesn't help. 

Can you please guide me through.
  • kmathur's avatar
    kmathur
    Occasional Contributor
    Hi Robert,



    Thanks for the reply. It solved the problem.

    I have another one. I am working on another application that i need to test using chrome. I have set the Web testing to tree, but the tree model is not displayed for chrome. Can you please tell me what am i missing. 

    Let me know if you need more information on this. Check the attached image.
  • ArtemS's avatar
    ArtemS
    SmartBear Alumni (Retired)
    Hi,



    I tried exploring the same web page in Tree web mode, and its object structure was exposed as expected.



    Most likely, the Object Browser hasn't updated the object structure of the Chrome process yet. The object tree is automatically updated in some time period (about once a minute). To initiate the update manually, click the Refresh button on the Object Tree toolbar or call the Sys.Refresh method from tests.



    Regards.
  • kmathur's avatar
    kmathur
    Occasional Contributor
    Hi,



    It worked. I had to reinstall TC though. Thanks for the help.