$ npm install available-browsersAvailable browsers for sauce labs, browser stack and testing bot. This lets you get the capabilities for the platform of your choice, and switch effortlessly between them.
npm install available-browsers --save
var availableBrowsers = require('available-browsers');
var capabilities = getCapabilities('browserstack', 'chrome');
args:
'browserstack' | 'saucelabs' | 'testingbot''android' | 'chrome' | 'edge' | 'firefox' | 'ie' | 'ios' | 'opera' | 'safari'MIT