Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 727 Bytes

puppeteer.launch.md

File metadata and controls

48 lines (30 loc) · 727 Bytes
sidebar_label
launch

launch() function

Signature:

launch: (
  options?:
    | import('puppeteer-core/internal/puppeteer-core.js').PuppeteerLaunchOptions
    | undefined
) => Promise<import('puppeteer-core/internal/puppeteer-core.js').Browser>;

Parameters

Parameter

Type

Description

options

import("puppeteer-core/internal/puppeteer-core.js").PuppeteerLaunchOptions | undefined

(Optional)

**Returns:**

Promise<import("puppeteer-core/internal/puppeteer-core.js").Browser>