09-18-2014, 08:41 PM
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:
Can someone help me out with this issue.
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.