Forum Discussion

safrrhmn's avatar
safrrhmn
Occasional Contributor
12 years ago

TestComplete 9.31 vs Chrome 30/31

Is there an known issue with TestComplete with Chrome 30/31? I am executing some scripts which run fine on IE and Firefox but on Chrome it looses the connection to the invoked objects and sometime not even able to click on the desired button
  • I posted a few weeks ago about issues with the newer Chrome releases.  I specifically posted regarding the Page object properties, but these strange timing issues seem to apply to all page objects in Chrome.  As far as I can tell, I am accessing objects that are being destroyed by Chrome and then throwing errors up into TestComplete.



    http://smartbear.com/forums/f75/fp2/t83558/errors-loading-pages-in-chrome/



    I
     have used a "WaitForLoad" type function in my script library to wait for pages to really, really be fully loaded in Chrome, and this seems to have solved my playback issues.  Perhaps something similar can help you to access the correct object after page load?
  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi Saifur,


     


    To test pages in Chrome 30, TestComplete 9.31 should be installed on the computer. Please check the product version you are using (Help | About in TestComplete's main menu).

  • safrrhmn's avatar
    safrrhmn
    Occasional Contributor
    Hi Tania,

    I have TestComplete 9.31.3889.7 installed in my machine. I am having issues with that. Additionally, I had "Object invoked lost the connection" error which is very common problem for TestComplete users acccording to the forum. But, I have a workaround for that. But, I do not find any solution for Chrome issues
  • rgratis's avatar
    rgratis
    Frequent Contributor
    I posted a few weeks ago about issues with the newer Chrome releases.  I specifically posted regarding the Page object properties, but these strange timing issues seem to apply to all page objects in Chrome.  As far as I can tell, I am accessing objects that are being destroyed by Chrome and then throwing errors up into TestComplete.



    http://smartbear.com/forums/f75/fp2/t83558/errors-loading-pages-in-chrome/



    I
     have used a "WaitForLoad" type function in my script library to wait for pages to really, really be fully loaded in Chrome, and this seems to have solved my playback issues.  Perhaps something similar can help you to access the correct object after page load?
  • safrrhmn's avatar
    safrrhmn
    Occasional Contributor
    Hi all,

    I have seen your post before(Gratis). But I am having same "Object invoked has disconnected" issue while I try to create an array and store all the objects of certain type. wondering is you guys know any workaround or any updates?