# File lib/capybara/rack_test/browser.rb, line 79
  def dom
    @dom ||= Nokogiri::HTML(html)
  end