Skip to main content

BrowserServer

browserServer.on('close')

Added in: v1.8

Emitted when the browser server closes.

browserServer.close()

Added in: v1.8

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

browserServer.kill()

Added in: v1.8

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

browserServer.process()

Added in: v1.8

Spawned browser application process.

browserServer.wsEndpoint()

Added in: v1.8

Browser websocket url.

Browser websocket endpoint which can be used as an argument to browserType.connect(wsEndpoint[, options]) to establish connection to the browser.