475 B
475 B
Home > puppeteer > BrowserContext > targets
BrowserContext.targets() method
An array of all active targets inside the browser context.
Signature:
targets(): Target[];
Returns:
Target[]