UNPKG

n8n-nodes-playwright-mcp

Version:

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

3 lines (2 loc) 142 B
import { BrowserType } from './config'; export declare function getBrowserExecutablePath(browserType: BrowserType, basePath: string): string;