puppeteer/website/versioned_docs/version-18.2.0/api/puppeteer.productlauncher.md
2022-10-05 16:51:59 +02:00

1.1 KiB

sidebar_label
ProductLauncher

ProductLauncher interface

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

Signature:

export interface ProductLauncher

Properties

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

Methods

Method Description
defaultArgs(object)
launch(object)