0.0.5 • Published 5 years ago

chrome-launcher-client v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

chrome-launcher-client

chrome-launcher manager client.

Install

$ npm install chrome-launcher-client

Usage

const chromeLaunch = require('chrome-launcher-client');

chromeLaunch.launch({
  port: 0, // `chrome-launcher-server` port
  ... // other `chrome-launcher` options
},
  '0.0.0.0' // `chrome-launcher-server` host
).then(chrome => {
  // {pid: '', kill(){...}}
})
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago