# File lib/capybara/node/finders.rb, line 26 def find(*args) wait_until { first(*args) or raise_find_error(*args) } end