Exception: Puppeteer::Browser::TargetAlreadyExistError

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

Instance Method Summary collapse

Constructor Details

#initializeTargetAlreadyExistError

Returns a new instance of TargetAlreadyExistError.



102
103
104
# File 'lib/puppeteer/browser.rb', line 102

def initialize
  super('Target should not exist before targetCreated')
end