import { Puppeteer } from "https://deno.land/x/pptr@1.2.0/mod.ts";
This method attaches Puppeteer to an existing browser instance.
Parameters
options: ConnectOptions
- Set of configurable options to set on the browser.
import { Puppeteer } from "https://deno.land/x/pptr@1.2.0/mod.ts";
This method attaches Puppeteer to an existing browser instance.