UNPKG

n8n-nodes-playwright-mcp

Version:

Complete n8n Playwright node with all Microsoft Playwright MCP tools and AI assistant support for advanced browser automation

4 lines (3 loc) 262 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; import { Page } from 'playwright'; export declare function handleOperation(operation: string, page: Page, executeFunctions: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData>;