Jith has asked for the wisdom of the Perl Monks concerning the following question:

Hey Guys, I am experimenting GUI automation on application written in C# code. As you know getting handle for controls in C# GUIs is very difficult. Is there any way to get handle of control or automate GUIs in which we cannot get handles? Thanks in advance !!!

Replies are listed 'Best First'.
Re: GUI automation (.net/dotnet)
by Anonymous Monk on Nov 02, 2015 at 07:58 UTC
      Thanks. This article shows how to create .net objects using perl. My aim is to automate wpf applications.

        Thanks. This article shows how to create .net objects using perl. My aim is to automate wpf applications.

        yes, the only way to do that , without monkeys, is to create .net objects for automating wpf applications -- they're special to .net, because there is no other way to automate .net apps, so microsoft created them for automating .net apps