The default executable path for a given ChromeReleaseChannel.
class PuppeteerNode {
executablePath(channel: ChromeReleaseChannel): string;
}
Parameter | Type | Description |
---|---|---|
channel | [ChromeReleaseChannel](./puppeteer.chromereleasechannel.md) |
Returns:
string
The default executable path given LaunchOptions.
class PuppeteerNode {
executablePath(options: LaunchOptions): string;
}
Parameter | Type | Description |
---|---|---|
options | [LaunchOptions](./puppeteer.launchoptions.md) |
Returns:
string
The default executable path.
class PuppeteerNode {
executablePath(): string;
}
Returns:
string