so i have code that looks like this (using taza):
the definition of the manage_location_page.packages_table is 
browser.table(:id, "ctl00_Content_GridViewPackages")
 
c.manage_location_page.packages_table.each do |row|
        row.each do |cell|
          cell.text.should_not == 'Deleted'
          cell.text.should_not == 'Inactive'
        end
      end

I use this across multiple examples, and when i ran those examples i get 
the following error: 

undefined method `each' for #<Watir::Table:0x656a0d8>


did .each for tables get removed in .rc3? Because as of rc2 this code was 
working. 


-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to