Hi, since the console is redirected to webkit console, I have to click the "settings" icon on toolbar to pop-out the console. So is there a convenient way to make this automation?
--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
var gui = require('nw.gui');
var win = gui.Window.get();
win.showDevTools();