UNPKG

claude-playwright

Version:

Seamless integration between Claude Code and Playwright MCP for efficient browser automation and testing

14 lines 371 B
interface PageOptions { path?: string; selectors?: string[]; actions?: string[]; url?: string; interactive?: boolean; browserProfile?: string; } /** * Main function to scaffold a new Page Object */ export declare function scaffoldPage(name: string, options?: PageOptions): Promise<boolean>; export {}; //# sourceMappingURL=scaffold-page.d.ts.map