No CommentsBe the first to comment
There is the WaitWindow Method which recognizes the window based on the WndClass and WndCaption properties. When using the NameMapping it is common to have the windows mapped. Therefore it would be better if you could call the WaitWindow method on the mapped alias.
For example:
NameMapping.Sys.MyApp.HwndSource_ConfirmReset.wndConfirmReset.WaitWindow();
or
Aliases.MyApp.HwndSource_ConfirmReset.wndConfirmReset.WaitWindow();