mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
331 B
331 B
sidebar_label |
---|
Browser.target |
Browser.target() method
Gets the target associated with the default browser context).
Signature:
class Browser {
abstract target(): Target;
}
Returns: