0.0.5 • Published 6 years ago

chrome-launcher-client v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.4

6 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago