Shows the Chromium Developer Tools for the specified window.
Example
fin.desktop.System.showDeveloperTools("uuid", "name", function () {
console.log("successful");
}, function (err) {
console.log("failure: " + err);
});
Shows the Chromium Developer Tools for the specified window.
fin.desktop.System.showDeveloperTools("uuid", "name", function () {
console.log("successful");
}, function (err) {
console.log("failure: " + err);
});