launch() function

Signature

launch: (options?: PuppeteerCore.LaunchOptions) =>
  Promise<PuppeteerCore.Browser>;

Parameters

Parameter Type Description
options [PuppeteerCore.LaunchOptions](./puppeteer.launchoptions.md) _(Optional)_

Returns:

Promise<PuppeteerCore.Browser>