mspatel
10 years agoContributor
WaitAliasChild Timeout Not working
Did anyone face issue with WaitAliasChild method ? It seems execution will move on after default time out regardless of what is supplied in Method parameters.
For example Default Timeout is 10000 ( 10 Sec) and When i specify timeout in method as 20000 , i am expecting Execution to wait for 20 sec before moving on , but its not doing that. It wait for 10 Sec only no matter what timeout is specified in method.
Here is the Code
'Verify Key Charactestics
If Aliases.firefox.PitchbookHomePage.panelE14d830c3.panelSlide.WaitAliasChild("vg",20000).Exists Then
Call Regions.Characteristics_00R_Prospect_Jan_2015.Check(Aliases.firefox.PitchbookHomePage.panelE14d830c3.panelSlide.vg,false,false,50,50)
End If