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