# File lib/celerity/element.rb, line 203
    def text
      assert_exists
      @object.asText.strip # this must behave like ElementLocator
    end