Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Check out the following article.
http://smartbear.com/support/viewarticle/14496/
The key is this: How do you check the "Exists" property of a non-existant object?
So, you need to use things like FindChild or WaitNNN methods to return an "empty" object if the object doesn't exists. The article outlines several ways of doing this.
Hope this helps.
http://smartbear.com/support/viewarticle/14496/
The key is this: How do you check the "Exists" property of a non-existant object?
So, you need to use things like FindChild or WaitNNN methods to return an "empty" object if the object doesn't exists. The article outlines several ways of doing this.
Hope this helps.