Forum Discussion
YMinaev
Staff
15 years agoHi,
If the mapped name of your button is correct when you check it manually, this seems to be a timing issue. Try waiting for the target button by using the WaitAliasChild method.
There's an example of waiting for an object in the "Waiting for an Object, Process or Window Activation" help topic.
If the mapped name of your button is correct when you check it manually, this seems to be a timing issue. Try waiting for the target button by using the WaitAliasChild method.
There's an example of waiting for an object in the "Waiting for an Object, Process or Window Activation" help topic.