Table of Contents

Class BrowserFetcherOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Browser fetcher options used to construct a BrowserFetcher.

public class BrowserFetcherOptions
Inheritance
BrowserFetcherOptions

Properties

Browser

Product. Defaults to Chrome.

public SupportedBrowser Browser { get; set; }

Property Value

SupportedBrowser

CustomFileDownload

Gets the default or a custom download delegate.

public BrowserFetcherOptions.CustomFileDownloadAction CustomFileDownload { get; set; }

Property Value

BrowserFetcherOptions.CustomFileDownloadAction

Host

A download host to be used. Defaults to https://storage.googleapis.com.

public string Host { get; set; }

Property Value

string

Path

A path for the downloads folder. Defaults to [root]/.local-chromium, where [root] is where the project binaries are located.

public string Path { get; set; }

Property Value

string

Platform

Platform. Defaults to current platform.

public Platform? Platform { get; set; }

Property Value

Platform?