# File lib/celerity/browser.rb, line 245
    def contains_text(expected_text)
      return nil unless exist?
      super
    end