[wtr-general] Re: Need help with a text field inside a table (watir doesn't see any tables!)

2010-08-24 Thread Adam Reed
Hi Wolfie, and welcome to Watir. How are you accessing the frames in conjunction with show_tables (exact command)? Thanks, Adam On Aug 24, 10:26 am, Wolfie ballard.wolf...@gmail.com wrote: Hello! - Using gem version 1.3.7, Ruby 1.8.7 and watir 1.6.5, IE8 on Windows 7 - HTML

[wtr-general] Re: Need help with a text field inside a table (watir doesn't see any tables!)

2010-08-24 Thread Wolfie
How are you accessing the frames in conjunction with show_tables (exact command)? Bingo - you asked the right question. I was doing the following $ie.frame(:name,frame1) $ie.show_tables and assumed that the tables shown are for the current frame $ie.frame(:name,frame1).tables gave me useful

[wtr-general] Re: Need help with a text field inside a table (watir doesn't see any tables!)

2010-08-24 Thread Adam Reed
It was a logical step, just wrong :). Glad you were able to figure it out. Adam On Aug 24, 11:29 am, Wolfie ballard.wolf...@gmail.com wrote: How are you accessing the frames in conjunction with show_tables (exact command)? Bingo - you asked the right question. I was doing the following