Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cross Browser Sync Not Working
#1
Not Solved Question 
Hi,

I've run into a problem where I've recorded a test in Chrome where it works perfectly fine. After changing the run settings to different browsers, I've noticed that IE is also working perfectly fine but when I try running the script in Firefox, my script is completely bypassing any of my Browser(...).Page(...).Sync commands.

.Sync has been working for both Chrome and IE but for some reason in Firefox its saying the lines with .Sync are passed even though the page is clearly still loading. As a last resort I may just change all of my .Sync lines to WaitProperty but does anyone have any insight as why this might be happening? Does Firefox need a different method of synchronization? I've tried rerecording some of my actions in Firefox but .Sync still doesn't work and I've tried replacing Browser(...).Page(...).Sync with Browser(...).Sync. For example:

Browser(...).Page.(...).WebButton("signin").Click
Browser(...).Page.(...).Sync
Broswer(...).Page.(...).WebElement(...).Click

Will fail because Browser(...).Page.(...).Sync is instantly executed and the next command will fail. I've check my settings->run and the timeout is default
I've running UFT V14.0 and Firefox V51.0

Any help would be appreciated, thanks!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  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,885 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
  Text field with red cross when running script jrnicl3 0 1,828 03-06-2014, 09:22 PM
Last Post: jrnicl3
  error object disabled on line 9 where it says " Browser("Browser").CloseAllTabs" kp_usa 1 3,083 12-20-2012, 12:20 AM
Last Post: adityapant27

Forum Jump:


Users browsing this thread: 1 Guest(s)