[Wtr-general] How can I click h4 headline?

Željko Filipin zeljko.filipin at gmail.com
Wed Jul 4 05:45:36 EDT 2007


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wtr-general/attachments/20070704/8935502a/attachment.html 


More information about the Wtr-general mailing list