class Ferrum::TimeoutError
Public Instance Methods
message()
click to toggle source
# File lib/ferrum.rb, line 31 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