UNPKG

donobu

Version:

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

7 lines 229 B
/** * This exception is thrown if operations are being performed on a page that has been closed. */ export declare class PageClosedException extends Error { constructor(); } //# sourceMappingURL=PageClosedException.d.ts.map