find a executable chrome in your system automatic
const findChrome = require('chrome-finder');
const chromePath = findChrome();
- if no executable chrome find,
Error('platform not support')
will be throw - if platform is not one if
['win32','darwin','linux']
,Error('no chrome installations found')
will be throw
chrome-finder has been used in:
- chrome-runner run chrome with ease from node.