n8n-nodes-puppeteer-extended
Version:
n8n node for requesting webpages using Puppeteer
21 lines • 663 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Puppeteer = void 0;
class Puppeteer {
constructor() {
this.name = "puppeteer";
this.displayName = "Puppeteer";
this.documentationUrl = "https://github.com/hckdotng/n8n-nodes-puppeteer-extended";
this.properties = [
{
displayName: "n8n API key",
name: "apiKey",
description: "The API key of the n8n server",
type: "string",
default: "",
},
];
}
}
exports.Puppeteer = Puppeteer;
//# sourceMappingURL=Puppeteer.credentials.js.map