Table of Contents

Delegate BrowserFetcherOptions.CustomFileDownloadAction

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

A custom download delegate.

public delegate Task BrowserFetcherOptions.CustomFileDownloadAction(string address, string fileName)

Parameters

address string

address.

fileName string

fileName.

Returns

Task

A Task that resolves when the download finishes.