Main window of our application is MFC window, but all its its internal windows are WPF windows with WPF controls.
In order to start record, I need to fill out WPF Application Path of the being tested application. When I do this and press OK, I get message:
It is not a valid Wpf Application!
Can I do some workaround in order to get access to my WPF windows and start testing?
Thank you
David