Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable connectToBrowser
import { connectToBrowser } from "https://deno.land/x/pptr@1.2.0/src/BrowserConnector.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>