Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Sync to browser not working
#4
Not Solved
The sync function I am using below and has served me well but this problem is causing me much stress.

Code:
Public Function SynchroniseBrowser(Browser)
    Reporter.Filter = rfDisableAll
    On Error Resume next
     While Browser.Object.Document.readyState <>"complete"
     Wend
     On Error Goto 0
     Reporter.Filter = rfEnableAll
End Function

The normal sync does not work either
Browser("Google").Sync
Reply


Messages In This Thread
QTP Sync to browser not working - by Kartal - 02-16-2011, 05:51 PM
RE: QTP Sync to browser not working - by Kartal - 02-17-2011, 02:00 PM
RE: QTP Sync to browser not working - by Kartal - 02-17-2011, 04:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Cross Browser Sync Not Working geodude 0 1,855 04-07-2017, 08:43 AM
Last Post: geodude
  How to use sync function 22sumit 2 3,210 06-16-2015, 06:27 PM
Last Post: 22sumit
  Webfile.set is not working in QTP 11 for chrome browser version 24 pradeep singh 1 4,905 11-05-2014, 11:51 AM
Last Post: mansoor.s.shaikh
  Close browser code not working akilamurugesh 1 4,465 08-26-2014, 03:21 PM
Last Post: vinod123
  As soon as recording is done, Qtp stops working!!! SimTag 2 2,543 08-26-2013, 08:15 PM
Last Post: SimTag

Forum Jump:


Users browsing this thread: 1 Guest(s)