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
stringFull path of executable.
options
LaunchOptionsOptions for launching Chromium.
Methods
GetDefaultBuildIdAsync()
Default build.
public override Task<string> GetDefaultBuildIdAsync()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.