Skip to main content
Module

x/puppeteer/mod.ts>BrowserContext#targets

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

An array of all active targets inside the browser context.

Returns

Target[]