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

Get the target that opened this target. Top-level targets return null.

Returns

Target | undefined