donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
9 lines • 354 B
TypeScript
import { DonobuException } from './DonobuException';
/**
* This exception is thrown if browser state is attempted to be loaded for a
* flow but there is no browser state found.
*/
export declare class BrowserStateNotFoundException extends DonobuException {
constructor(flowId: string);
}
//# sourceMappingURL=BrowserStateNotFoundException.d.ts.map