# File lib/celerity/element.rb, line 217
    def inner_text
      assert_exists
      Celerity::Util.normalize_text @object.getTextContent
    end