Solved
Forum Discussion
DenisMedvedev
10 years agoContributor
yes, of course we did.
we even checked that object Exists, VisibleOnScreen,Visible and Enabled but it didn't help
Montikore
10 years agoOccasional Contributor
the thing is you can't do this on the object if the object does not exist. That's why you have to use the method Exists not on the object itself, but using the waiting metods waitwindow, waitproc...
- baxatob10 years agoCommunity Hero
Did you try the WaitProperty method?