Hi,
I would like to read the value that appears in the tab of the page I'm viewing in Internet Explorer 9. For instance, this page I'm looking at now is called "New Forum Thread | Telerik..." (followed by a string defining the thread, etc.).
In my Code Behind window I have this VB sub:
Public Sub GetTabTitle()
Dim pageTitle As String = ActiveBrowser.PageTitle
Log.WriteLine(pageTitle)
End Sub
I haven't added any Imports so the script just has the default ones.
When I execute my script the log shows:
Can anywone advise where I am going wrong?
Thanks,
Nigel Edwards, Transition Computing.
I would like to read the value that appears in the tab of the page I'm viewing in Internet Explorer 9. For instance, this page I'm looking at now is called "New Forum Thread | Telerik..." (followed by a string defining the thread, etc.).
In my Code Behind window I have this VB sub:
Public Sub GetTabTitle()
Dim pageTitle As String = ActiveBrowser.PageTitle
Log.WriteLine(pageTitle)
End Sub
I haven't added any Imports so the script just has the default ones.
When I execute my script the log shows:
C:\Users\edwardni\Documents\Test Studio Projects\Base\SystemAdmin\SA_Themes\ValidateThemesScreen.tstest.vb: Line 72: (BC30516) Overload resolution failed because no accessible 'AreEqual' accepts this number of arguments.
Can anywone advise where I am going wrong?
Thanks,
Nigel Edwards, Transition Computing.