Exception: Ferrum::TimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/ferrum.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



24
25
26
27
28
29
# File 'lib/ferrum.rb', line 24

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 :timeout option to a higher value might " \
  "help."
end