Closed spooning closed 9 years ago
Originally submitted to Google Code by @jussimalinen on 13 Aug 2015
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.
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.