Forum Discussion

nisgupta's avatar
nisgupta
Valued Contributor
5 years ago

TestComplete and CrossBrowserTesting Integration -chrome browser issues.

We are running our script on different version of Chrome on Window 10 through crossbrowser integration.

 

Chrome 64-bit 

   Version : 73, 72, and 71

Script pass on version 73 and 71. but fail on version 72.  On version 72 it displayed the warning - Searching for a mapped Object took too much time.  Attached the screenshot.

 

 I am concerned why we get this warning on version 72 only.

 

Please advise. Let me know if you need more information .

 

 

4 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Basically... it's as it says.... there was a LONG time in finding the object, probably due to the Extended Find option being used somewhere in the mapping tree for that object.  Perhaps, in Chrome 72, things render differently so that the object isn't found as rapidly.

    • nisgupta's avatar
      nisgupta
      Valued Contributor

      ok,  what is the solution ?

       

       

      • tristaanogre's avatar
        tristaanogre
        Esteemed Contributor

        Try and remap the object in question so as to reduce the amount of time needed to search the object.  Usually this means adding parent objects back into the tree that have been "collapsed" by the Extended Find feature.