Forum Discussion
YMinaev
Staff
16 years agoHi Jack,
You need to use the WaitAliasChild method to obtain this object. In WaitAliasChild, you can specify a custom timeout. For example, the following code will wait for it within 1 second:
You need to use the WaitAliasChild method to obtain this object. In WaitAliasChild, you can specify a custom timeout. For example, the following code will wait for it within 1 second:
If(Aliases.Sys.iexplore.WaitAliasChild("panelCommercialpolicylist", 1000).Exists)