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

Dispose(bool)

Disposes Base process and any temporary user directory.

protected override void Dispose(bool disposing)

Parameters

disposing bool

Indicates whether disposal was initiated by Dispose() operation.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.