Skip to main content
Module

x/puppeteer/mod.ts>Target#createCDPSession

A port of puppeteer running on Deno
Latest
method Target.prototype.createCDPSession
Re-export
import { Target } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Creates a Chrome Devtools Protocol session attached to the target.

Returns

Promise<CDPSession>