in reply to Re^2: Perl on Windows: automate WPF applications, similar to Win32::GUI ?
in thread Perl on Windows: automate WPF applications, similar to Win32::GUI ?
Win32::GuiTest detects the application but does not detect the child controls in a WPF application.
yes, wpf doesn't use gdi32.dll/user32.dll, so guitest isn't going to work, you have to use something else specific to wpf
So maybe its possible to make use of UI Automation Overview via http://docs.activestate.com/pdk/8.0/PerlNET_overview.html
|
|---|