# File lib/capybara/node.rb, line 7
    def initialize(driver, node)
      @driver = driver
      @node = node
    end