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) 133 B
import { BrowserType } from '../playwright/config'; export declare function installBrowser(browserType: BrowserType): Promise<void>;