Attempts to open the browser with a given URL. On Mac OS X, attempts to reuse an existing Chrome tab via AppleScript.
npm install open-browsersOpen Browsers
===




Attempts to open the browser with a given URL.
On Mac OS X, attempts to reuse an existing Chrome tab via AppleScript.
Otherwise, falls back to open behavior. open-browsers form react-dev-utils.
``bash`
npm install open-browsers --save-dev
> openBrowsers(url: string): boolean
`js`
var openBrowsers = require('open-browsers');
if (openBrowsers('http://localhost:3000')) {
console.log('The browser tab has been opened!');
}
As always, thanks to our amazing contributors!
Made with contributors.
open-browsers` is open source software licensed as MIT.