start

fun start(vararg args: String): Process

Starts the browser as a detached process, without waiting for it to exit. stderr is merged into stdout, so DevTools startup messages can be read from Process.getInputStream.

Return

the running browser process

Parameters

args

arguments to pass to the executable