[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Log](./puppeteer.protocol.log.md) > [LogEntry](./puppeteer.protocol.log.logentry.md) > [url](./puppeteer.protocol.log.logentry.url.md) ## Protocol.Log.LogEntry.url property URL of the resource if known. Signature: ```typescript url?: string; ```