Hi,
I have a td element which has a table inside it, the unique identifier for searching my record is the td element
e.g
<td id="abc_1">
<table>
<tr>
<td>
<div>
<ui>
<li title ="abc"
The application auto generates this structure
What i inten to do is access the title element , i use the following
var tableFieldElement = contentFrame.Find.ById<HtmlTableCell>(tablecell)
however the tableFeildElement gives me only <td id="abc_1"> only
Can anyone help me to find the title
Thanks,
Saket
I have a td element which has a table inside it, the unique identifier for searching my record is the td element
e.g
<td id="abc_1">
<table>
<tr>
<td>
<div>
<ui>
<li title ="abc"
The application auto generates this structure
What i inten to do is access the title element , i use the following
var tableFieldElement = contentFrame.Find.ById<HtmlTableCell>(tablecell)
however the tableFeildElement gives me only <td id="abc_1"> only
Can anyone help me to find the title
Thanks,
Saket