# File lib/celerity/elements/text_field.rb, line 84
    def type
      assert_exists
      type = @object.getAttribute 'type'

      NON_TEXT_TYPES.include?(type) ? type : 'text'
    end