Skip to main content
Version: 17.0.0

BrowserContext.targets() method

An array of all active targets inside the browser context.

Signature:

class BrowserContext {
targets(): Target[];
}

Returns:

Target[]