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
executablestringFull path of executable.
optionsLaunchOptionsOptions for launching Chromium.
Methods
Dispose(bool)
Disposes Base process and any temporary user directory.
protected override void Dispose(bool disposing)
Parameters
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.