Exception: Capybara::Cuprite::TimeoutError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



111
112
113
114
115
116
# File 'lib/capybara/cuprite/errors.rb', line 111

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