class FireWatir::Buttons

Class for accessing all the button elements in the document. It would normally only be accessed by the FireWatir::Container#buttons method

Public Instance Methods

locate_elements() click to toggle source
# File lib/firewatir/element_collections.rb, line 190
def locate_elements
  locate_tagged_elements("input", ["button", "image", "submit", "reset"])
end