NonControlElement
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