# File lib/capybara/session.rb, line 175 def has_content?(content) has_xpath?(XPath.content(content)) end