UNPKG

donobu

Version:

Create browser automations with an LLM agent and replay them as Playwright scripts.

9 lines 248 B
import type { devices } from 'playwright'; export type BrowserDevice = (typeof devices)[string] & { permissions?: Array<string>; screen?: { width: number; height: number; }; }; //# sourceMappingURL=BrowserDevice.d.ts.map