puppeteer/new-docs/puppeteer.protocol.console.consolemessage.url.md
2020-07-13 14:01:35 +01:00

14 lines
498 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Console](./puppeteer.protocol.console.md) &gt; [ConsoleMessage](./puppeteer.protocol.console.consolemessage.md) &gt; [url](./puppeteer.protocol.console.consolemessage.url.md)
## Protocol.Console.ConsoleMessage.url property
URL of the message origin.
<b>Signature:</b>
```typescript
url?: string;
```