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) 150 B
import { BrowserPaths } from './types'; export type BrowserType = 'chromium' | 'firefox' | 'webkit'; export declare const browserPaths: BrowserPaths;