Forum Discussion
TanyaYatskovska
12 years agoSmartBear Alumni (Retired)
Hi 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
Related Content
Recent Discussions
- 22 hours ago