Forum Discussion
shankar_r
6 years agoCommunity Hero
Possible reason:
- TestComplete runs fast, the object might be slow to get displayed.
To try:
- Use object.WaitProperty("Exists",true) and see what happens.
- tristaanogre6 years agoEsteemed Contributor
I wouldn't use WaitProperty as that requires the object to exist to actually CALL WaitProperty. I'd do a verifcation of the object by calling "WaitChild" or "WaitAliasChild" on the parent object to wait for the control and then verify if the returned value has an Exist property set to true.
- DCat12236 years agoFrequent Contributor
Thank you! This was helpful! I appreciate the response!
Related Content
- 10 months ago
- 3 years ago
- 5 years ago
- 5 years ago
Recent Discussions
- 13 hours ago
- 21 hours ago
- 21 hours ago