mjakop / pywinauto

Automatically exported from code.google.com/p/pywinauto
Other
0 stars 0 forks source link

WPF Support #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm having trouble working with a wpf-application. I manage to connect to the 
program and draw an outline. But I don't manage to find any ControlIdentifiers. 
All I get is the heading "Control Identifires:" and then nothing mote.

Do pywinauto support wpf, or just winforms? And if it only supports winforms, 
are there any plans to support wpf?

What version of the product are you using? On what operating system?
pywinauto 0.4.0.0, Windows 7 x64, .Net 4.0, 

Original issue reported on code.google.com by vidarlun...@gmail.com on 10 Jan 2011 at 12:40

GoogleCodeExporter commented 9 years ago
even i had the same issue, how can we automate WPF based applications

Original comment by pavi.i...@gmail.com on 29 Feb 2012 at 11:44

GoogleCodeExporter commented 9 years ago
i had the same issue,anyone knows how to solve it

Original comment by pioneera...@gmail.com on 8 Jan 2014 at 8:41

GoogleCodeExporter commented 9 years ago
I ended up writing my own C# library to use for my automation: 
https://github.com/DelfiCert/clicktest
You could probably also look into MS Coded UI Tests, if you've got the right 
version of Visual Studio (Premium or Ultimate I think).

Original comment by vidarlun...@gmail.com on 8 Jan 2014 at 9:02