This is a migrated thread and some comments may be shown as answers.

page title in chrome showing null using webAii testing framework

2 Answers 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Surya
Top achievements
Rank 1
Surya asked on 28 Sep 2011, 03:02 PM
<title>Hello World</title>
This code works as expected in IE and FF:

           string title = ActiveBrowser.Find.ByTagIndex("title", 0).TextContent;
OR
string title=ActiveBrowser.PageTitle;
                               
but getting null in chrome.

Using webAii Testing Framework 2011.1.712.0
chrome:14.0.835

2 Answers, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 28 Sep 2011, 04:30 PM
Hi Surya,

I am pretty sure that we fixed this problem in our most current version. Please download and try either the latest internal build, 2011.1.829 or our brand new 2011 R2 release that just came out today, 2011.2.928. If you continue to have a problem let us know and we'll investigate further.

All the best,
Cody
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Surya
Top achievements
Rank 1
answered on 30 Sep 2011, 03:56 PM
Thanks, latest build 2011.2.928 fixed this issue.
Tags
General Discussions
Asked by
Surya
Top achievements
Rank 1
Answers by
Cody
Telerik team
Surya
Top achievements
Rank 1
Share this question
or