UNPKG

donobu

Version:

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

5 lines 133 B
import { Page } from 'playwright'; export type FocusedPage = { current: Page | null; }; //# sourceMappingURL=FocusedPage.d.ts.map