4

I've been working on this Python program to try to do some automated testing. The problem is that up until recently, I've been able to use pywinauto just fine. Now, I have to control some programs that have their UI made with Windows Presentation Foundation (WPF). So far, I have been using the standard Python interpreter. However, now that I have to deal with this, it might mean having to port to IronPython.

Can someone tell me how I should go about automating the control of programs using WPF for their UI's when my automation program is written in Python?

grg-n-sox
  • 717
  • 2
  • 5
  • 25

1 Answers1

0

I assume you are trying to send Window Messages to the controls, or simulate key strokes.

Have a look at this question:

Experiences with UI Automation and WPF

Community
  • 1
  • 1
Emond
  • 50,210
  • 11
  • 84
  • 115