[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [Request](./puppeteer.protocol.network.request.md) > [urlFragment](./puppeteer.protocol.network.request.urlfragment.md) ## Protocol.Network.Request.urlFragment property Fragment of the requested URL starting with hash, if present. Signature: ```typescript urlFragment?: string; ```