Forum Discussion
googleid_118035
12 years agoContributor
Hi All,
Sorry for the delay response, thanks for the tips from you guys.
I have found the solution which is as below.
1. Use call object method and capture the path of that object which is popup and displaying "Progress" text.
2. Use that path and write the VB code which wait till that object get disappear (VB code already exsists in the testcomplete help site).
Do
aqUtils.Delay 1000
Set obj = Full object path here
Loop Until false = obj.VisibleOnScreen
Sorry for the delay response, thanks for the tips from you guys.
I have found the solution which is as below.
1. Use call object method and capture the path of that object which is popup and displaying "Progress" text.
2. Use that path and write the VB code which wait till that object get disappear (VB code already exsists in the testcomplete help site).
Do
aqUtils.Delay 1000
Set obj = Full object path here
Loop Until false = obj.VisibleOnScreen