Forum Discussion
sbkeenan
13 years agoFrequent Contributor
Hi Sajin
Where you are assigning the okButton variable, you could introduce a 'WaitChild' or 'WaitAliasChild' method for the [ProcessCompleteMessage] section.
I'm not very familiar with the C# version of the syntax, but something like this:
var okButton = ...["ContentPresenter"]["WaitAliasChild"]("ProcessCompleteMessage", 120000)["ImageButtonOk"]
assuming that you are using the 'alias' version.
You should be abel to find all you need if you search for 'WaitAliasChild' in the online Help.
Regards
Stephen.
Where you are assigning the okButton variable, you could introduce a 'WaitChild' or 'WaitAliasChild' method for the [ProcessCompleteMessage] section.
I'm not very familiar with the C# version of the syntax, but something like this:
var okButton = ...["ContentPresenter"]["WaitAliasChild"]("ProcessCompleteMessage", 120000)["ImageButtonOk"]
assuming that you are using the 'alias' version.
You should be abel to find all you need if you search for 'WaitAliasChild' in the online Help.
Regards
Stephen.