# File lib/capybara/node/base.rb, line 40 def without_wait orig = @wait_disabled @wait_disabled = true yield ensure @wait_disabled = orig end