Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
Based upon the screenshot provided, the object is stubbed out in memory with Exists as false.
However, Gennadiy's comment is a good one. If you suspect that an object will be destroyed between events in your automation, you might want to make sure you use some sort of WaitNNN method and/or a Find method to check for the existence of the object before proceeding.
However, Gennadiy's comment is a good one. If you suspect that an object will be destroyed between events in your automation, you might want to make sure you use some sort of WaitNNN method and/or a Find method to check for the existence of the object before proceeding.