Hi All,
I am new to selenium i want to get nested html element id's using selenium webdriver. this is my coding structure.
<html>
<head>
<body>
<table>
<tbody>
<tr height="70px">
<tr>
<td>
<img>
<iframe id="frame1" scrolling="no" frameborder="0" onload="$(this).height($(document).height()-102)" style="height: 741px; width: 100%;" name="CONTENT">
<!DOCTYPE html>
<html>
<head/>
<body/>
</html>
</iframe>
</td>
</tr>
<tr id="trdashBoard" height="1px" style="">
<tr height="18px">
</tbody>
</table>
</body>
</html>
please give me quick response i am waiting for you valuable response.
Thanks and Regards,
Malappa.