Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Progress Bar of Internet Explorer
#6
Solved: 10 Years, 9 Months, 1 Week ago
Hi tdevick,

I do agree with you but the only with is the issue with QTP sync is commonly noticed. In order to handle this situation, I always use my own function rather than depending on the QTP method.
here is the loc:
Code:
Browser("TestBrowser").Refresh
StartTime = Now()
'Used DateDiff  method as Timeout.
Do until  Browser("TestBrowser").Object.ReadyState = 4 or DateDiff("s",Now(),StartTime)>20
    wait 1
Loop
If Browser("TestBrowser").Object.ReadyState = 4 Then
    msgbox "Done"
    Else
    msgbox "Browser was not loaded with in 20 seconds."
End If

Let me know if you need any info or if it doesn't work.
Thanks,
SUpputuri
Reply


Messages In This Thread
Progress Bar of Internet Explorer - by rishi0810 - 05-11-2011, 11:52 AM
RE: Progress Bar of Internet Explorer - by manabh - 05-11-2011, 12:17 PM
RE: Progress Bar of Internet Explorer - by supputuri - 05-13-2011, 01:38 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  IE 11 Download Notification bar identification using UFT 12.52 Sumana 1 3,669 03-09-2016, 09:43 AM
Last Post: supputuri
  How to get URL/Location from Address bar of any open window in Windows 7 kalpmist 0 4,101 05-11-2015, 07:23 PM
Last Post: kalpmist
  QTP 11 is not working for Internet Explorer 10 Niraj 5 9,780 08-14-2013, 01:34 PM
Last Post: Niraj
  Explorer Crash - when UFT 11.5 is open sriramb 2 3,662 07-08-2013, 05:18 PM
Last Post: Ankur
  move up or down scroll bar of window in unix environment kkk 1 3,192 10-08-2011, 10:10 PM
Last Post: guin.anirban

Forum Jump:


Users browsing this thread: 1 Guest(s)