Version: 1.8.0

BrowserServer

browserServer.on('close')#

Emitted when the browser server closes.

browserServer.close()#

Closes the browser gracefully and makes sure the process is terminated.

browserServer.kill()#

Kills the browser process and waits for the process to exit.

browserServer.process()#

Spawned browser application process.

browserServer.wsEndpoint()#

Browser websocket url.

Browser websocket endpoint which can be used as an argument to browserType.connect(params) to establish connection to the browser.