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.



110
111
112
# File 'lib/puppeteer/browser.rb', line 110

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