UNPKG

n8n-nodes-puppeteer-extended

Version:
12 lines 527 B
import { IExecuteFunctions } from "n8n-core"; import { INodeExecutionData, INodeType, INodeTypeDescription, ILoadOptionsFunctions, INodePropertyOptions } from "n8n-workflow"; export declare class Puppeteer implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getDevices(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=Puppeteer.node.d.ts.map