class FireWatir::Label

Constants

TAG

Public Instance Methods

to_s() click to toggle source

Description:

Creates string of properties of the object.
# File lib/firewatir/elements/non_control_elements.rb, line 41
def to_s
  assert_exists
  super({"for" => "htmlFor","text" => "innerHTML"})
  #   r=r + label_string_creator

end