Forum Discussion
tonydugay
12 years agoContributor
Could it be the object is not on the screen or visible at the time you try and intereact with it? The log might indicate if this is the case. Or maybe you need to refresh the object tree - you could try a call to Aliases.RefreshMappingInfo(); before trying to interact with the object.
You could wait for the object to be VisibleOnScreen before trying to interact with it.
You could wait for the object to be VisibleOnScreen before trying to interact with it.