robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

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

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by malappa.... on 15 May 2013

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.

spooning commented 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.