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

x/pptr/mod.ts>connectToBrowser

Headless Chrome Deno API
Latest
variable connectToBrowser
Re-export
import { connectToBrowser } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Users should never call this directly; it's called when calling puppeteer.connect.

type

(options: BrowserOptions & { browserWSEndpoint?: string; browserURL?: string; transport?: ConnectionTransport; }) => Promise<Browser>