# File lib/capybara/node/matchers.rb, line 183 def has_content?(content) has_xpath?(XPath::HTML.content(content)) end