Exception: Puppeteer::LifecycleWatcher::FrameDetachedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/puppeteer/lifecycle_watcher.rb

Instance Method Summary collapse

Constructor Details

#initializeFrameDetachedError

Returns a new instance of FrameDetachedError.



54
55
56
# File 'lib/puppeteer/lifecycle_watcher.rb', line 54

def initialize
  super('Navigating frame was detached')
end