puppeteer/new-docs/puppeteer.protocol.target.createtargetrequest.background.md
2020-07-13 14:01:35 +01:00

605 B

Home > puppeteer > Protocol > Target > CreateTargetRequest > background

Protocol.Target.CreateTargetRequest.background property

Whether to create the target in background or foreground (chrome-only, false by default).

Signature:

background?: boolean;