Table of Contents

Class ChromeLauncher

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Represents a Chromium process and any associated temporary user data directory that have created by Puppeteer and therefore must be cleaned up when no longer needed.

public class ChromeLauncher : LauncherBase, IDisposable
Inheritance
ChromeLauncher
Implements

Constructors

ChromeLauncher(string, LaunchOptions)

Initializes a new instance of the ChromeLauncher class.

public ChromeLauncher(string executable, LaunchOptions options)

Parameters

executable string

Full path of executable.

options LaunchOptions

Options for launching Chromium.

Methods

GetDefaultBuildIdAsync()

Default build.

public override Task<string> GetDefaultBuildIdAsync()

Returns

Task<string>

A tasks that resolves when the build is obtained.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.