Hi all!
i am out of watir for several month, last was 1.9.x
now 2.0.4
Ruby 1.8.7 pl 352 (not on 1.9.3 yet :( )
IE9
W7/64
but, code (1.9.0)
> id="cph_rpt#{entity}s_prrow_#{row_n}"
> row=$ie.row(:id => id)
> while row.exist?
> * ret_list << row.cells[cell_n].text*
> row_n+=1
> id="cph_rpt#{entity}s_prrow_#{row_n}"
> row=$ie.row(:id => id)
> end
>
now (2.0.4)
private method `cells' called for #<Watir::TableRow:0x59d4d88>
stack trace:
C:/Ruby/lib/ruby/gems/1.8/gems/watir-2.0.4/lib/watir/element.rb:447:in
`method_missing'
but when i change code to
ret_list << row.*tds*[cell_n].text
work fine ...
i 'fix' my script, but may be bug ?
crosspost from
https://groups.google.com/forum/#!topic/watir-general/pvYxHJSg7bw
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development