Exception: Ferrum::DeadBrowserError
- Defined in:
- lib/ferrum/errors.rb
Overview
Raised when trying to interact with a browser process that has died or a window that has already been closed.
Instance Method Summary collapse
-
#initialize(message = "Browser is dead or given window is closed") ⇒ DeadBrowserError
constructor
A new instance of DeadBrowserError.
Constructor Details
#initialize(message = "Browser is dead or given window is closed") ⇒ DeadBrowserError
Returns a new instance of DeadBrowserError.
83 84 85 |
# File 'lib/ferrum/errors.rb', line 83 def initialize( = "Browser is dead or given window is closed") super end |