[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [CreateTargetRequest](./puppeteer.protocol.target.createtargetrequest.md) > [url](./puppeteer.protocol.target.createtargetrequest.url.md) ## Protocol.Target.CreateTargetRequest.url property The initial URL the page will be navigated to. Signature: ```typescript url: string; ```