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

x/pptr/src/Browser.ts>Browser#process

Headless Chrome Deno API
Latest
method Browser.prototype.process
import { Browser } from "https://deno.land/x/pptr@1.2.0/src/Browser.ts";

The spawned browser process. Returns null if the browser instance was created with Puppeteer.connect.

Returns

Deno.Process | null