So im testing out Test Studio and when i try to record a task to displays a file chooser dialog, any actions done in the dialog are not recorded.
We use internally a notification mechanism that handle such dialog requests but in the end it does display a dialog window.
I believe that the issue is that the form SaveAs form called in the end is not a WPF dialog but a winform one. However it seems like there is no way to mix the two tests together.
I tried to create a Win form test and call it from my WPF test but it wont let me.
Is there any way to force the recording in that particular dialog?
Also on another question, what if my application opens windows explorer and would like to code some actions to be done in windows explorer. Im not sure i know how i can do that?
Thank you