@auto-browse/auto-browse
Version:
AI-powered browser automation
6 lines (5 loc) • 474 B
TypeScript
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';