Forum Discussion

Devi_Nagaraj's avatar
Devi_Nagaraj
Frequent Visitor
10 years ago

TestComplete is not identifying the elements of canvas, applet using object spy.Do we have any sol?

TestComplete is not identifying the elements of canvas, applet using object spy.

Do we have any other alternate solutions for it?

2 Replies

    • Colin_McCrae's avatar
      Colin_McCrae
      Community Hero

      The container object is a Canvas?

       

      If I'm reading that right, you won't get anything else from it. A Canvas is essentially just an image. It doesn't contain any child objects. They are all just part of the image. Not nice things to work with.

       

      We produce touchscreen hardware that uses a Canvas object for the main touch panel on screen. Nothing I can do with it on its own. (Same applies to the device it runs on) It has an accompanying XML file which acts as the "map" for the Canvas. So I could interact with it using that. But testing anything meaningful with them is not easy.