Exception: Capybara::Cuprite::TimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/capybara/cuprite/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



105
106
107
108
109
110
# File 'lib/capybara/cuprite/errors.rb', line 105

def message
  "Timed out waiting for response. It's possible that this happened " \
  "because something took a very long time (for example a page load " \
  "was slow). If so, setting the Cuprite :timeout option to a higher " \
  "value might help."
end