donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
7 lines • 311 B
TypeScript
import { z } from 'zod/v4';
export declare const ElementSelectorSchema: z.ZodObject<{
element: z.ZodArray<z.ZodString>;
frame: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, z.core.$strip>;
export type ElementSelector = z.infer<typeof ElementSelectorSchema>;
//# sourceMappingURL=ElementSelector.d.ts.map