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?