UNPKG

donobu

Version:

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

9 lines 461 B
/** * Code intended to run as an initialization script for `DonobuFlow` flows. * This script helps flows handle/track prompts/confirmations. * This is done specially since these browser actions pause the Javascript * main thread and also cause issues with running various Playwright actions. * See `DonobuFlow.onDialog(Dialog)` for details. */ export declare function installDialogPromptTracker(): void; //# sourceMappingURL=dialog-prompt-tracker.d.ts.map