Forum Discussion
- Marsha_RModerator
Check and make sure that your WaitTime is actually of type Integer. You can click the ellipses to the right of the value and see the properties.
- tristaanogreEsteemed Contributor
Also, note that you're trying to call "WaitProperty" on an object to check for visibility... it's entirely possible that, when you call "WaitProperty", the object may not actuall exist yet. You should use If Object Exists to check existance of the object BEFORE you attempt to call any other methods on that object. This is, in my experience, the first thing that needs to be corrected in these situations.
- TanyaYatskovskaSmartBear Alumni (Retired)
Thanks for the help, Marsha_R, tristaanogre!
CliffYoung, do the suggestions help you resolve the issue? please let us know if you need any more assistance.
Related Content
- 3 years ago
- 5 years ago
Recent Discussions
- 10 hours ago
- 3 days ago