safrrhmn
12 years agoOccasional Contributor
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?