mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
537 B
537 B
sidebar_label |
---|
ProductLauncher.executablePath |
ProductLauncher.executablePath() method
Signature:
class ProductLauncher {
abstract executablePath(channel?: ChromeReleaseChannel): string;
}
Parameters
Parameter | Type | Description |
---|---|---|
channel | ChromeReleaseChannel | (Optional) |
Returns:
string