require('zombie/webbrowser').openPrivateWindow('about:') .then(window => { console.log(window.uri); }) .catch(e => { console.exception(e); // failed });