Skip to main content
Latest
import * as puppeteer from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/TargetManager.d.ts";

Interfaces

TargetManager encapsulates all interactions with CDP targets and is responsible for coordinating the configuration of targets with the rest of Puppeteer. Code outside of this class should not subscribe Target.* events and only use the TargetManager events.