[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [CreateTargetRequest](./puppeteer.protocol.target.createtargetrequest.md) > [newWindow](./puppeteer.protocol.target.createtargetrequest.newwindow.md) ## Protocol.Target.CreateTargetRequest.newWindow property Whether to create a new Window or Tab (chrome-only, false by default). Signature: ```typescript newWindow?: boolean; ```