<!-- Do not edit this file. It is automatically generated by API Documenter. --> [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. <b>Signature:</b> ```typescript url: string; ```