UNPKG

@puberty-labs/clits

Version:

CLiTS (Chrome Logging and Inspection Tool Suite) is a powerful Node.js library for AI-controlled Chrome browser automation, testing, and inspection. Features enhanced CSS selector support (:contains(), XPath), dry-run mode, element discovery tools, and co

9 lines (8 loc) 195 B
export interface PlatformError { code: string; message: string; platform: string; severity: 'error' | 'warning' | 'info'; recoverable: boolean; recommendation?: string; }