mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
435 B
435 B
sidebar_label |
---|
Browser.targets |
Browser.targets() method
Gets all active targets.
In case of multiple browser contexts, this returns all targets in all browser contexts.
Signature:
class Browser {
abstract targets(): Target[];
}
Returns:
Target[]