class Ferrum::DeadBrowserError
Public Class Methods
new(message = "Browser is dead or given window is closed")
click to toggle source
Calls superclass method
# File lib/ferrum.rb, line 55 def initialize(message = "Browser is dead or given window is closed") super end