Exception: Puppeteer::Browser::TargetNotExistError

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

Instance Method Summary collapse

Constructor Details

#initializeTargetNotExistError

Returns a new instance of TargetNotExistError.



150
151
152
# File 'lib/puppeteer/browser.rb', line 150

def initialize
  super('target should exist before targetInfoChanged')
end