Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Fletcher,
As you are using Name Mapping in your test, the code will be like this:
Set wnd = ' dlgXYZ's parent
If wnd.WaitAliasChild("dlgXYZ", 3000).Exists then
Call dlgXYZ.btnYes.Keys("![ReleaseLast][Right]")
Call dlgXYZ.btnNo.Keys("[Enter]")
End If