Exception: Puppeteer::Browser::TargetNotExistError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- Puppeteer::Browser::TargetNotExistError
 
- Defined in:
- lib/puppeteer/browser.rb
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ TargetNotExistError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TargetNotExistError. 
Constructor Details
#initialize ⇒ TargetNotExistError
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 |