# File lib/celerity/elements/text_field.rb, line 25
    def clear
      assert_exists
      insert_string ''
    end