# File lib/capybara/driver/rack_test_driver.rb, line 233
  def html
    @html ||= Nokogiri::HTML(body)
  end