On Mon, Nov 8, 2010 at 5:30 PM, Eric Mathiesen <mathiese...@gmail.com>
wrote:
> t[i].each do |cell|

Add this line before it:

puts t.inspect

It will let you know what "t" contains. I think it contains nil since the
error message is "undefined method `length' for nil:NilClass".

Željko

-- 
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