Thanks Bret. I added your code to Watir module and now I can click h4
headlines.

module Watir
 class H4 < NonControlElement
   TAG = 'H4'
 end
 module Container
   def h4(how, what)
     return H4.new(self, how, what)
   end
 end
end

Zeljko
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to