donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
8 lines • 621 B
TypeScript
import type { TestFixture } from '@playwright/test';
import type { BrowserStateReference } from '../../../models/BrowserStateFlowReference';
import type { BrowserStorageState } from '../../../models/BrowserStorageState';
export * from '../../../models/BrowserStateFlowReference';
export * from '../../../models/BrowserStorageState';
export declare function getBrowserStorageState(flowIdOrName: BrowserStateReference): Promise<BrowserStorageState>;
export declare function getBrowserStorageStateFixture(flowIdOrName: BrowserStateReference): TestFixture<BrowserStorageState, any>;
//# sourceMappingURL=browserState.d.ts.map