Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenNewTab stopped working on IE after unknown windows update
#1
Not Solved
Hi,

I use HP UFT v14 and windows 7 64 bit OS. After some unknown windows patch my "OpenNewTab" does not open a new tab anymore. I suspect windows update has reset some IE settings, but I'm not 100% sure. Any help is appreciated

P.S. - It was a working code before windows update and OpenNewTab could open new tab successfully then

Code snippet:

SystemUtil.Run "iexplore.exe" , uac_url 
With Browser("XYZ")
    With .Page("XYZ")
        .WebEdit("username").Set uac_username
        .WebEdit("password").SetSecure uac_pass
        .WebButton("Sign In").Click
    End With
    .OpenNewTab 'This line executes without error but no action seen on IE

End With

'Open portal URL in second tab of IE
With Browser("CreationTime:=1")
    .Sync
    .Navigate portal_url
End With

Thanks,
M851533
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  UFT operations suddenly stopped working Harishbv25 0 908 06-20-2019, 09:00 PM
Last Post: Harishbv25
  Internet Explorer has stopped working - UFT 12 and IE 11 rachana 1 7,425 06-13-2014, 03:30 PM
Last Post: vinod123
  error internet explorer has stopped working kp_usa 3 7,065 12-22-2012, 08:58 AM
Last Post: diya
  Failed to run the test due to an unknown error. Extensibility ajeshnair 4 6,364 10-17-2012, 03:13 AM
Last Post: dvmehta9
  How to open html file and update values in particular cell of a table in QTP? yogesh kancherla 2 5,908 10-11-2012, 05:59 PM
Last Post: yogesh kancherla

Forum Jump:


Users browsing this thread: 1 Guest(s)