BrowserContext.targets() method
An array of all active targets inside the browser context.
Signature:
class BrowserContext {
targets(): Target[];
}
Returns:
Target[]
An array of all active targets inside the browser context.
Signature:
class BrowserContext {
targets(): Target[];
}
Returns:
Target[]