Skip to main content
Module

x/puppeteer_plus/mod.ts>PuppeteerNodeLaunchOptions

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
type alias PuppeteerNodeLaunchOptions
Re-export
import { type PuppeteerNodeLaunchOptions } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";

Utility type exposed to enable users to define options that can be passed to puppeteer.launch without having to list the set of all types.

definition: BrowserLaunchArgumentOptions & LaunchOptions & BrowserConnectOptions