UNPKG

@auto-browse/auto-browse

Version:
6 lines (5 loc) 474 B
import { AutoConfig } from './types.js'; export declare const test: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions>; export declare function auto(instruction: string, config?: AutoConfig): Promise<any>; export { sessionManager } from './session-manager.js'; export * from './types.js';