Exception: Puppeteer::LifecycleWatcher::FrameDetachedError

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

Instance Attribute Summary

Attributes inherited from Error

#cause

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