Forum Discussion

Nimeshika's avatar
Nimeshika
Contributor
10 years ago

Unable to spy text and image

Hello,

      I have a  wndClass object " WindowsForms10.Window.8.app.0.2bf8089_r12_ad1"

Which has some text and coloured dots within that .

I am unable to spy the contents of above mentioned wndClass object.

I tried text recognition,but it did not help.

  Kindly help me spy them.



Regards,



    Nimeshika S

7 Replies

  • nebti_nassim's avatar
    nebti_nassim
    Occasional Contributor
    It could be that the objects that you try to access in your form are "hidden" for the users. I had a toolbar with buttons that I couldn't map because we were in a case of blackbox testing (BlackBox/Whitebox testing). In our case we could access to the items of our toolbar but not their properties with the wItem property of our toolbar.



    Try to seek from the properties of your form if you can see the objetcs in it with either child or Item properties. You will maybe not be able to map those objects but have access to them and interact with them through your form properties.



    Hope that will help, and sorry for the bad english,



    Nassim
    • Nimeshika's avatar
      Nimeshika
      Contributor

      Hello,

              I was not able to interact with those objects through any properties like child and few others.Kindly someone help me to interact with the objects within the above mentioned wndClass object.