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

PermissionsFixed

Whether the permissions have been fixed in the browser. If Puppeteer executed the command to fix the permissions, this will be true. If Puppeteer failed to fix the permissions, this will be false. If the platform does not require permissions to be fixed, this will be null.

public bool? PermissionsFixed { get; }

Property Value

bool?

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.