MuraliKola / robotframework-seleniumlibrary

Automatically exported from code.google.com/p/robotframework-seleniumlibrary
Apache License 2.0
1 stars 0 forks source link

i want to get nested HTML Element id's using selenium. #259

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi All,

  I am new to selenium i want to get nested html element id's. 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.

Original issue reported on code.google.com by malappa....@gmail.com on 15 May 2013 at 1:50

GoogleCodeExporter commented 8 years ago
We are moving Selenium Library to github and creating a last release with Robot 
2.9 support before stopping the support of this project entirely.

As this project is deprecated, moving to Selenium2Library is necessary for 
further support and development.

Original comment by jussi.ao...@gmail.com on 13 Aug 2015 at 10:17