Skip to main content

BrowserContext.targets() method

An array of all active targets inside the browser context.

Signature:

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

Returns:

Target[]