Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/puppeteer/src/deno/Launcher.ts>ProductLauncher

A port of puppeteer running on Deno
Go to Latest
interface ProductLauncher
import { type ProductLauncher } from "https://deno.land/x/puppeteer@14.1.1/src/deno/Launcher.ts";

Describes a launcher - a class that is able to create and launch a browser instance.

Properties

executablePath: () => string
product: Product

Methods

launch(object: LaunchOptions & BrowserConnectOptions): Promise<Browser>
defaultArgs(object: { }): string[]