launch() function
Signature
launch: (options?: PuppeteerCore.PuppeteerLaunchOptions) =>
Promise<PuppeteerCore.Browser>;
Parameters
Parameter | Type | Description |
---|---|---|
options | (Optional) |
Returns:
Promise<PuppeteerCore.Browser>
launch: (options?: PuppeteerCore.PuppeteerLaunchOptions) =>
Promise<PuppeteerCore.Browser>;
Parameter | Type | Description |
---|---|---|
options | (Optional) |
Returns:
Promise<PuppeteerCore.Browser>