Exception: Puppeteer::Page::PrintToPdfIsNotImplementedError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- Puppeteer::Page::PrintToPdfIsNotImplementedError
 
- Defined in:
- lib/puppeteer/page.rb
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ PrintToPdfIsNotImplementedError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of PrintToPdfIsNotImplementedError. 
Constructor Details
#initialize ⇒ PrintToPdfIsNotImplementedError
Returns a new instance of PrintToPdfIsNotImplementedError.
| 1012 1013 1014 | # File 'lib/puppeteer/page.rb', line 1012 def initialize super('pdf() is only available in headless mode. See https://github.com/puppeteer/puppeteer/issues/1829') end |