Tutorial: system.showDeveloperTools

system.showDeveloperTools

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);
});