<!-- 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; [Page](./puppeteer.protocol.page.md) &gt; [DownloadWillBeginEvent](./puppeteer.protocol.page.downloadwillbeginevent.md) &gt; [url](./puppeteer.protocol.page.downloadwillbeginevent.url.md)

## Protocol.Page.DownloadWillBeginEvent.url property

URL of the resource being downloaded.

<b>Signature:</b>

```typescript
url: string;
```