Table of Contents

Class InstalledBrowser

Namespace
PuppeteerSharp.BrowserData
Assembly
PuppeteerSharp.dll

Installed browser info.

public class InstalledBrowser
Inheritance
InstalledBrowser

Properties

Browser

Browser.

public SupportedBrowser Browser { get; set; }

Property Value

SupportedBrowser

BuildId

Gets or sets the buildID.

public string BuildId { get; set; }

Property Value

string

Platform

Revision platform.

public Platform Platform { get; set; }

Property Value

Platform

Methods

GetExecutablePath()

Get executable path.

public string GetExecutablePath()

Returns

string

executable path.

Exceptions

ArgumentException

For not supported Platform.