Latest
method Browser.prototype.targets
import { Browser } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

All active targets inside the Browser. In case of multiple browser contexts, returns an array with all the targets in all browser contexts.

Returns

Target[]