mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
9fbb9f9653
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
288 B
288 B
sidebar_label |
---|
Target.browserContext |
Target.browserContext() method
Get the browser context the target belongs to.
Signature:
class Target {
abstract browserContext(): BrowserContext;
}
Returns: