puppeteer/website/versioned_docs/version-9.1.1/puppeteer.productlauncher.md
2021-08-10 11:09:48 +01:00

838 B

Home > puppeteer > ProductLauncher

ProductLauncher interface

Describes a launcher - a class that is able to create and launch a browser instance.

Signature:

export interface ProductLauncher 

Properties

Property Type Description
executablePath (string?: any) => string
product Product

Methods

Method Description
defaultArgs(object)
launch(object)