Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/src/Launcher.ts>ProductLauncher

Headless Chrome Deno API
Latest
interface ProductLauncher
import { type ProductLauncher } from "https://deno.land/x/pptr@1.2.0/src/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: any): any
defaultArgs(object: any): any