Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Sync to browser not working
#1
Not Solved
I have several QTP scripts which no longer sync to my web browser (IE).

I believe there are no problems with the scripts as I have asked a colleague to try my scripts on his computer using IE (which is the same version as mine) and the scripts work fine.

I have checked my IE settings and made them exactly the same as his but the script still fails to sync on my PC.

Does anyone have any ideas to what my problem may be or anything I should check ? I do not know what has changed since last week when I ran them successfully.
Reply
#2
Not Solved
did you verify the BHOmanager Class Add-on is enabled in IE?
Reply
#3
Not Solved
I just checked the add on and it is enabled.
Reply
#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


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Cross Browser Sync Not Working geodude 0 1,844 04-07-2017, 08:43 AM
Last Post: geodude
  How to use sync function 22sumit 2 3,202 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,883 11-05-2014, 11:51 AM
Last Post: mansoor.s.shaikh
  Close browser code not working akilamurugesh 1 4,447 08-26-2014, 03:21 PM
Last Post: vinod123
  As soon as recording is done, Qtp stops working!!! SimTag 2 2,533 08-26-2013, 08:15 PM
Last Post: SimTag

Forum Jump:


Users browsing this thread: 1 Guest(s)