in reply to Re: Perl to test .NET GUIs?
in thread Perl to test .NET GUIs?

Win32::GuiTest relies on "windows handles" to access and control windows components.

I get a handle to a text box, checkbox, button, pulldown, etc through various methods, then I can check or set the value, press the button, check the checkbox, etc.

For .Net GUIs, I can only get handles to text boxes, nothing else. It simply does not see them.

I would love to have an alternative Perl Module or method to find the handles.

Any ideas?