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