MLoetscher's avatar
MLoetscher
Senior Member
3 years ago
Status:
New Idea

Additional WaitWindow method that can be called on the mapped window

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();

No CommentsBe the first to comment