launch() function

Launches a browser process according to LaunchOptions.

Signature

export declare function launch(opts: LaunchOptions): Process;

Parameters

Parameter Type Description
opts [LaunchOptions](./browsers.launchoptions.md)

Returns:

Process