# File lib/capybara/node/simple.rb, line 123
      def find_in_base(selector, xpath)
        native.xpath(xpath).map { |node| self.class.new(node) }
      end