Back to Puppeteer

Target.opener() method

docs/api/puppeteer.target.opener.md

19.2.2250 B
Original Source

Target.opener() method

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

Signature

typescript
class Target {
  abstract opener(): Target | undefined;
}

Returns:

Target | undefined