Exception: Ferrum::TimeoutError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



19
20
21
22
23
24
# File 'lib/ferrum.rb', line 19

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