Forum Discussion
1 Reply
- rraghvani
Champion Level 3
Have a read through Waiting for an Object, Process or Window Activation. There's plenty of examples, choose the one that will fit your needs.
To verify/wait for the property value, the Object must exists. For example,
// Wait for dialog to disappear Aliases.panelDialogContainer.panelExtractInProgress.WaitProperty("VisibleOnScreen", "false", 30000);