# File lib/capybara/node/finders.rb, line 25
      def find(*args)
        synchronize { all(*args).find! }.tap(&:allow_reload!)
      end