# File lib/capybara/selenium/node.rb, line 68 def find(locator) native.find_elements(:xpath, locator).map { |n| self.class.new(driver, n) } end