Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script not getting title in IE
#1
Not Solved
Hi Guys,
I need to run my script in IE, Chrome and FF. My script works fine in Chrome and FF but not in IE. In IE, i'm getting the url of the page instead of title. Below is the code:

Code:
Browser("ABC").Page("XYZ").Link("link").Click
Title = "ABCDEFG"
Title = Browser("CreationTime:=1").GetROProperty("title")

If Title  = Title Then
    msgbox "Pass"
Else
    msgbox "Fail"
End If

Can someone help me out with this issue.
Reply


Messages In This Thread
Script not getting title in IE - by UFT_Newbie - 09-18-2014, 08:41 PM
RE: Script not getting title in IE - by vinod123 - 09-25-2014, 10:16 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to use GetRoProperty for title svsaug6 2 9,338 08-26-2013, 03:36 AM
Last Post: Novemberrain81
  Retreive Title for an Already Open Browser coasterdad1971 1 2,309 06-11-2008, 09:08 PM
Last Post: ramu

Forum Jump:


Users browsing this thread: 1 Guest(s)