# File lib/capybara/driver/rack_test_driver.rb, line 225
  def find(selector)
    html.xpath(selector).map { |node| Node.new(self, node) }
  end