UNPKG

donobu

Version:

Create browser automations with an LLM agent and replay them as Playwright scripts.

5 lines 316 B
import type { Page } from 'playwright-core'; export declare function registerOriginalGoto(page: Page, originalGoto: Page['goto']): void; export declare function hasOriginalGoto(page: Page): boolean; export declare function getOriginalGoto(page: Page): Page['goto']; //# sourceMappingURL=originalGotoRegistry.d.ts.map