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

[Solved] Regarding Span Id parameterization

1 Answer 29 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Hima Sailaja
Top achievements
Rank 1
Hima Sailaja asked on 26 Mar 2010, 01:01 PM
Dear Team,
Previously i raised a problem with Tags parameterization. Now like Tag, I need to do parameterize span type of element.
I tried with the solution Script provided for tag parameterization, but it's not working for span. For more information please find the attached documents. Please help in this issue

Thanks in advance,

Regards,
Sailaja

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 26 Mar 2010, 05:17 PM
Hi Sailaja,

Thanks for the screenshots. Unfortunately, I could not reproduce the problem using the Dom screenshot you provided and the custom find code we worked on in the live meeting.

Could you try the find expression code without the data driven part?

So it would be a single test run and from the screenshot you provided it would be:

System.Threading.Thread.Sleep(1000);
ActiveBrowser.RefreshDomTree();
HtmlControl c = ActiveBrowser.Find.ByExpression<HtmlControl>("TextContent=Char_Nodetype3");
c.MouseClick();

Best wishes,
Nelson Sin
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Hima Sailaja
Top achievements
Rank 1
Answers by
Missing User
Share this question
or