puppeteer/new-docs/puppeteer.puppeteer.md
Jack Franklin 086c08998b
chore: commit base new-docs (#5973)
This adds the new docs that are generated by API Extractor via TSDoc.
They are sparse because we do not yet use TSDoc in the codebase. This is
the starting point and from here we can work through all the different
classes and improve the documentation.
2020-06-04 15:56:45 +01:00

2.5 KiB

Home > puppeteer > Puppeteer

Puppeteer class

The main Puppeteer class

Signature:

export declare class Puppeteer 

Constructors

Constructor Modifiers Description
(constructor)(projectRoot, preferredRevision, isPuppeteerCore, productName) Constructs a new instance of the Puppeteer class

Properties

Property Modifiers Type Description
__productName string
_changedProduct boolean
_isPuppeteerCore boolean
_launcher ProductLauncher
_lazyLauncher ProductLauncher
_preferredRevision string
_productName string
_projectRoot string
devices DevicesMap
errors PuppeteerErrors
product string

Methods

Method Modifiers Description
__experimental_clearQueryHandlers()
__experimental_customQueryHandlers()
__experimental_registerCustomQueryHandler(name, queryHandler)
__experimental_unregisterCustomQueryHandler(name)
connect(options)
createBrowserFetcher(options)
defaultArgs(options)
executablePath()
launch(options)