[Home](./index.md) > [puppeteer](./puppeteer.md) > [ConsoleMessageLocation](./puppeteer.consolemessagelocation.md) > [url](./puppeteer.consolemessagelocation.url.md) ## ConsoleMessageLocation.url property URL of the resource if known or `undefined` otherwise. Signature: ```typescript url?: string; ```