[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [DownloadWillBeginEvent](./puppeteer.protocol.page.downloadwillbeginevent.md) > [suggestedFilename](./puppeteer.protocol.page.downloadwillbeginevent.suggestedfilename.md) ## Protocol.Page.DownloadWillBeginEvent.suggestedFilename property Suggested file name of the resource (the actual name of the file saved on disk may differ). Signature: ```typescript suggestedFilename: string; ```