Class BrowserFetcherOptions
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Browser fetcher options used to construct a BrowserFetcher.
public class BrowserFetcherOptions
- Inheritance
-
BrowserFetcherOptions
Properties
Browser
Browser. Defaults to Chrome.
public SupportedBrowser Browser { get; set; }
Property Value
CustomFileDownload
Gets the default or a custom download delegate.
public BrowserFetcherOptions.CustomFileDownloadAction CustomFileDownload { get; set; }
Property Value
Host
A download host to be used. Defaults to https://storage.googleapis.com.
public string Host { get; set; }
Property Value
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
Platform
Platform. Defaults to current platform.
public Platform? Platform { get; set; }