Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.08 KB

puppeteer.productlauncher.md

File metadata and controls

27 lines (19 loc) · 1.08 KB
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)