puppeteer/new-docs/puppeteer.protocol.log.logentry.url.md

14 lines
457 B
Markdown
Raw Normal View History

<!-- 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; [Log](./puppeteer.protocol.log.md) &gt; [LogEntry](./puppeteer.protocol.log.logentry.md) &gt; [url](./puppeteer.protocol.log.logentry.url.md)
## Protocol.Log.LogEntry.url property
URL of the resource if known.
<b>Signature:</b>
```typescript
url?: string;
```