Exception: Puppeteer::Page::PrintToPdfIsNotImplementedError

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

Instance Method Summary collapse

Constructor Details

#initializePrintToPdfIsNotImplementedError



1008
1009
1010
# File 'lib/puppeteer/page.rb', line 1008

def initialize
  super('pdf() is only available in headless mode. See https://github.com/puppeteer/puppeteer/issues/1829')
end