ProductLauncher.launch() method
Signature:
interface ProductLauncher {
launch(object: PuppeteerNodeLaunchOptions): Promise<Browser>;
}
Parameters
Parameter | Type | Description |
---|---|---|
object | PuppeteerNodeLaunchOptions |
Returns:
Promise<Browser>
Signature:
interface ProductLauncher {
launch(object: PuppeteerNodeLaunchOptions): Promise<Browser>;
}
Parameter | Type | Description |
---|---|---|
object | PuppeteerNodeLaunchOptions |
Returns:
Promise<Browser>