[wtr-general] Rescue

2009-12-01 Thread Steve Hamlett
I'm using Watir to automate the testing of a report generated by MS SQL Reporting Services. The report generates 4 pages of output. Each page except the last one has a table which is addressable with Watir as follows: tbl = ie.frame(:id,'ReportFramectl144').frame

[wtr-general] Re: No return in irb from click method

2009-11-19 Thread Steve Hamlett
that some javascript has been added to the link that you need to fire? Just some wild guesses - hope this helps! -Tiffany On Nov 18, 5:30 pm, Steve Hamlett shaml...@twia.org wrote: I'm using irb to progress thru a series of html pages like so: ie.link(:text,'AAA').click ie.link(:text,'BBB

[wtr-general] Can I get to a row with no id from a row with an id?

2009-08-12 Thread Steve Hamlett
I need to read contents from a row that does not have an id. That is, the HTML tag that designates the row is just TR. Therefore, I can't address it directly. Is there a way to address it indirectly? It happens that the tag for the prior row does have an id, e.g. TR id=xyz. Is there a way to