# File lib/capybara/xpath.rb, line 54
    def prepend(path)
      XPath.new(*[XPath.wrap(path).paths, @paths].flatten)
    end