UNPKG

@auto-browse/auto-browse

Version:
6 lines (5 loc) 457 B
import { AutoConfig } from "./types"; 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 "./browser"; export * from "./types";