Forum Discussion
YMinaev
14 years agoStaff
Hi,
Actually, WaitChild won't work with mapped objects. You need to use the WaitAliasChild method:
Actually, WaitChild won't work with mapped objects. You need to use the WaitAliasChild method:
Set obj = Aliases.TMDS.frmSingleFormAuthorityCP.gbTNT
While not obj.WaitAliasChild("btnRepeatTNT", 1000).Exists
Call obj.Keys("[Down]")
Wend
Call obj.btnRepeatTNT.ClickButton
Related Content
- 6 years ago
- 8 years ago
Recent Discussions
- 3 days ago
- 3 days ago
- 6 days ago