Any suggestions (other then getting dev to add static :id values) would be
greatly appreciated.

Extend Watir to handle the tfoot element. This is pretty easy using HEAD:

module Watir
  class Tfoot < NonControlElement
    def self.tag; 'tfoot'; end
  end
  module Container
    def_creator :tfoot
  end
end

I think that's all you have to do. Then:

ie.tfoot(:index, x).whatever
 

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to