[wtr-general] Re: unable to access elements in iframe

2010-08-20 Thread chunchu kartheek
html code is very large to post div are having id to them Thanks, Kartheek On Fri, Aug 20, 2010 at 4:18 PM, chunchu kartheek chunchukarth...@gmail.com wrote: hai All, I am new to watir i have code like this div idname1 iframe onload=- html body form name= form1 table tbody tr td

[wtr-general] Re: unable to access elements in iframe

2010-08-20 Thread Chuck van der Linden
With such generic code the best I can do is give you a similarly generic answer. use the form browser.frame(:how, what).element(:how, what).method 1) to get a useful response, provide more details as to the html that defines the iframe at the very least. and also tell us the specific element