Table of Contents

Class FirefoxLauncher

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Represents a Firefox 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 FirefoxLauncher : LauncherBase, IDisposable
Inheritance
FirefoxLauncher
Implements

Constructors

FirefoxLauncher(string, LaunchOptions)

Initializes a new instance of the FirefoxLauncher class.

public FirefoxLauncher(string executable, LaunchOptions options)

Parameters

executable string

Full path of executable.

options LaunchOptions

Options for launching Firefox.

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.