Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 279 Bytes

puppeteer.launch.md

File metadata and controls

15 lines (12 loc) · 279 Bytes
sidebar_label
launch

launch variable

Signature:

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