<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [ConsoleMessageLocation](./puppeteer.consolemessagelocation.md) &gt; [url](./puppeteer.consolemessagelocation.url.md)

## ConsoleMessageLocation.url property

URL of the resource if known or `undefined` otherwise.

<b>Signature:</b>

```typescript
url?: string;
```