Forum Discussion

Nimeshika's avatar
Nimeshika
Contributor
11 years ago

Re: RE: Unable to spy text in clrFullClassName "System.Windows.Forms.Panel"

Hello,

         I have a  wndClass object " WindowsForms10.Window.8.app.0.378734a" with adress as "Sys.Process("abc").WinFormsObject("def").WinFormsObject("panel1").WinFormsObject("panel4").WinFormsObject("panelNodes")"...Its clrFullClassName is "System.Windows.Forms.Panel".

It shows child count as 1(that is a button which is spyable)

Which has some text and button(Sys.Process("abc").WinFormsObject("def").WinFormsObject("panel1").WinFormsObject("panel4").WinFormsObject("panelNodes").WinFormsObject("btnghi")) within that . 

I am unable to spy the text contained in above mentioned wndClass object but the button is being spied.

I tried text recognition,UI Autoimation and MSAA and also tried finding in object browser but it did not help.

 

Please let me know if you need further information .

  Kindly help me spy them.

1 Reply

  • Hi,

     

    You may want to check in Object Browser and confirm that the text is not a part of some other parent under the same grand parent? Possibly, the text and the button belong to different parents? Hence, under the panel which contains button, you do not see the text.