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