class Ferrum::ProcessTimeoutError
Attributes
output[R]
Public Class Methods
new(timeout, output)
click to toggle source
Calls superclass method
# File lib/ferrum.rb, line 48 def initialize(timeout, output) @output = output super("Browser did not produce websocket url within #{timeout} seconds, try to increase `:process_timeout`. See https://github.com/rubycdp/ferrum#customization") end